Instance Method
prepareDrawing()prepareDrawingprepareDrawing
Prepares path component hints for direct pen drawing.
Declaration
func prepareDrawing()Declaration
- (void) prepareDrawing;Declaration
prepareDrawing()Discussion
Balance this call with finishDrawing()finishDrawingfinishDrawing after drawing the layer’s shapes directly.
See Also
Drawing State
Auxiliary outlines generated by the most recent full Bézier path preparation.
Interactive handles generated by the most recent full Bézier path preparation.
The shape attributes applied to newly drawn shapes.
Sets or removes an attribute applied to newly drawn shapes.
Adds shape attributes applied to newly drawn shapes.
Finishes direct pen drawing prepared by prepareDrawing()prepareDrawingprepareDrawing.