Instance Method
drawOpenBezierPathFast()drawOpenBezierPathFastdrawOpenBezierPathFast
Returns the cached representation of open paths without updating it.
Declaration
func drawOpenBezierPathFast() -> NSBezierPath?Declaration
- (NSBezierPath *) drawOpenBezierPathFast;Declaration
drawOpenBezierPathFast() -> NSBezierPathDiscussion
Access drawBezierPath()drawBezierPathdrawBezierPath immediately before using this method.
See Also
Bezier Paths
A cached representation of the layer’s closed path shapes.
A cached representation of the layer’s open path shapes.
A cached representation of the selected outline segments.
A representation of the closed paths and component outlines.
Creates a representation of the closed paths and component outlines while tracking component recursion.
A representation of the open paths in the layer and its components.