Contents

transform(_:)

Applies the affine transform to the specified point.

Declaration

func transform(_ point: NSPoint) -> NSPoint

Parameters

  • point:

    The point to transform.

Return Value

A point that represents a location in a transformed coordinate space.

See Also

Transforming Data and Objects