Instance Method
drawSimple(inPen:)drawSimpleInPen:drawSimpleInPen_
Emits the layer’s shapes without layer-level paint processing.
Declaration
func drawSimple(inPen pen: any GSPenProtocol & NSObjectProtocol)Declaration
- (void) drawSimpleInPen:(NSObject<GSPenProtocol> *) pen;Declaration
drawSimpleInPen_(pen: NSObject<GSPenProtocol>)See Also
Pen Drawing
Emits the layer to a pen.
Emits the layer to separate pens for closed and open paths.
Emits the layer without full-color paint processing.
Emits the painted drawing operations of a full-color layer to a pen.
Emits the path and error operations of a draw stack to a pen.