convertToUserSpace(_:)
Returns a size that is transformed from device space coordinates to user space coordinates.
Declaration
func convertToUserSpace(_ size: CGSize) -> CGSizeParameters
- size:
The size, in device space coordinates, to transform.
Return Value
The size in user space coordinates.