Instance Method
drawDrawStack(_:inPen:) drawDrawStack:inPen: drawDrawStack_inPen_
Emits the path and error operations of a draw stack to a pen.
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
drawStackThe drawing operations to emit.
penThe pen that receives the operations and their paint attributes.
See Also
Pen Drawing
Emits the layer to a pen.
Emits the layer to separate pens for closed and open paths.
Emits the layer’s shapes without layer-level paint processing.
Emits the layer without full-color paint processing.
Emits the painted drawing operations of a full-color layer to a pen.