Skip to main content

CGContextConvertRectToUserSpace

Function CGContextConvertRectToUserSpace 

Source
pub extern "C-unwind" fn CGContextConvertRectToUserSpace(
    c: Option<&CGContext>,
    rect: CGRect,
) -> CGRect
👎Deprecated:

renamed to CGContext::convert_rect_to_user_space

Available on crate feature CGContext only.