transform(_:)
Applies the affine transform to the specified point.
Declaration
func transform(_ point: NSPoint) -> NSPointParameters
- point:
The point to transform.
Return Value
A point that represents a location in a transformed coordinate space.
Applies the affine transform to the specified point.
func transform(_ point: NSPoint) -> NSPointThe point to transform.
A point that represents a location in a transformed coordinate space.