Skip to main content

CGContextConvertPointToDeviceSpace

Function CGContextConvertPointToDeviceSpace 

Source
pub extern "C-unwind" fn CGContextConvertPointToDeviceSpace(
    c: Option<&CGContext>,
    point: CGPoint,
) -> CGPoint
👎Deprecated:

renamed to CGContext::convert_point_to_device_space

Available on crate feature CGContext only.