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