Contents

convertToDeviceSpace(_:)

Returns a point that is transformed from user space coordinates to device space coordinates.

Declaration

func convertToDeviceSpace(_ point: CGPoint) -> CGPoint

Parameters

  • point:

    The point, in user space coordinates, to transform.

Return Value

The coordinates of the point in device space coordinates.

See Also

Converting Between Coordinate Spaces