transform(_:)
Applies the receiver’s transform to the specified point and returns the result.
Declaration
func transform(_ aPoint: NSPoint) -> NSPointParameters
- aPoint:
The point in the current coordinate system to which you want to apply the matrix.
Return Value
The resulting point after applying the receiver’s transformations.