Instance Method
drawSimple(inPen:)drawSimpleInPen:drawSimpleInPen_
Writes the basic shape representation to a pen without resolving path decorations.
Declaration
func drawSimple(inPen pen: any GSPenProtocol & NSObjectProtocol)Declaration
- (void) drawSimpleInPen:(NSObject<GSPenProtocol> *) pen;Declaration
drawSimpleInPen_(pen: NSObject<GSPenProtocol>)See Also
Drawing
Writes the shape to a pen.
Writes the shape to separate pens for closed paths, open paths, and auxiliary output.
Writes the basic shape representation to a pen, optionally omitting segment object information.