transform(_:)
Creates and returns a new Bézier path object with each point in the given path transformed by the receiver.
Declaration
func transform(_ path: NSBezierPath) -> NSBezierPathParameters
- path:
An object representing the bezier path to be used in the transformation.
Discussion
The original NSBezierPath object is not modified.