CGContextTranslateCTM

Function CGContextTranslateCTM 

Source
pub extern "C-unwind" fn CGContextTranslateCTM(
    c: Option<&CGContext>,
    tx: CGFloat,
    ty: CGFloat,
)
👎Deprecated: renamed to CGContext::translate_ctm
Available on crate feature CGContext only.