Contents

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) -> NSBezierPath

Parameters

  • path:

    An object representing the bezier path to be used in the transformation.

Discussion

The original NSBezierPath object is not modified.

See Also

Transforming Data and Objects