convertToUserSpace(_:)
Returns a point that is transformed from device space coordinates to user space coordinates.
Declaration
func convertToUserSpace(_ point: CGPoint) -> CGPointParameters
- point:
The point, in device space coordinates, to transform.
Return Value
The coordinates of the point in user space coordinates.