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