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

fast

Whether 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