Instance Method
draw(inPen:)drawInPen:drawInPen_
Writes the shape to a pen.
Declaration
func draw(inPen pen: any GSPenProtocol & NSObjectProtocol)Declaration
- (void) drawInPen:(NSObject<GSPenProtocol> *) pen;Declaration
drawInPen_(pen: NSObject<GSPenProtocol>)Discussion
Closed and open paths are written to the same pen. No auxiliary output is produced.
See Also
Drawing
Writes the shape to separate pens for closed paths, open paths, and auxiliary output.
Writes the basic shape representation to a pen without resolving path decorations.
Writes the basic shape representation to a pen, optionally omitting segment object information.