Declaration

func drawDrawStack(_ drawStack: [GSDrawSlice<AnyObject>], inPen pen: any GSPenProtocol & NSObjectProtocol)

Declaration

- (void) drawDrawStack:(NSArray<GSDrawSlice *> *) drawStack inPen:(NSObject<GSPenProtocol> *) pen;

Declaration

drawDrawStack_inPen_(drawStack: list[GSDrawSlice], pen: NSObject<GSPenProtocol>)

Parameters

drawStack

The drawing operations to emit.

pen

The pen that receives the operations and their paint attributes.

See Also

Pen Drawing