CGContextDrawImage

Function CGContextDrawImage 

Source
pub extern "C-unwind" fn CGContextDrawImage(
    c: Option<&CGContext>,
    rect: CGRect,
    image: Option<&CGImage>,
)
👎Deprecated: renamed to CGContext::draw_image
Available on crate features CGContext and CGImage only.