Skip to main content

CGContextConvertSizeToUserSpace

Function CGContextConvertSizeToUserSpace 

Source
pub extern "C-unwind" fn CGContextConvertSizeToUserSpace(
    c: Option<&CGContext>,
    size: CGSize,
) -> CGSize
👎Deprecated:

renamed to CGContext::convert_size_to_user_space

Available on crate feature CGContext only.