Instance Method
drawSimple(inPen:fast:) drawSimpleInPen:fast: drawSimpleInPen_fast_
Writes the basic shape representation to a pen, optionally omitting segment object information.
Declaration
func drawSimple(inPen pen: any GSPenProtocol & NSObjectProtocol, fast: Bool)Declaration
- (void) drawSimpleInPen:(NSObject<GSPenProtocol> *) pen fast:(BOOL) fast;Declaration
drawSimpleInPen_fast_(pen: NSObject<GSPenProtocol>, fast: bool)Parameters
fastWhether to omit segment object information.
Discussion
The fast option affects paths when the pen implements callbacks that accept objects associated with segments.
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 without resolving path decorations.