Instance Method
drawBlack(inPen:openPen:) drawBlackInPen:openPen: drawBlackInPen_openPen_
Emits the layer without full-color paint processing.
Declaration
func drawBlack(inPen pen: any GSPenProtocol & NSObjectProtocol, openPen: (any GSPenProtocol & NSObjectProtocol)?)Declaration
- (void) drawBlackInPen:(NSObject<GSPenProtocol> *) pen openPen:(NSObject<GSPenProtocol> *) openPen;Declaration
drawBlackInPen_openPen_(pen: NSObject<GSPenProtocol>, openPen: NSObject<GSPenProtocol>)Parameters
penThe pen that receives closed paths and components.
openPenThe pen that receives open paths.
Discussion
Shape stroke attributes are applied when supported by the pen. Pass nil for openPen to omit open paths.
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 painted drawing operations of a full-color layer to a pen.
Emits the path and error operations of a draw stack to a pen.