Instance Property
secondaryPath
Auxiliary outlines generated by the most recent full Bézier path preparation.
Declaration
var secondaryPath: NSBezierPath? { get set }Declaration
@property (nonatomic, strong) NSBezierPath * secondaryPath;Declaration
secondaryPath() -> NSBezierPath
setSecondaryPath_(secondaryPath: NSBezierPath)See Also
Drawing State
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.
Prepares path component hints for direct pen drawing.
Finishes direct pen drawing prepared by prepareDrawing()prepareDrawingprepareDrawing.