CGBitmapContextCreateImage

Function CGBitmapContextCreateImage 

Source
pub extern "C-unwind" fn CGBitmapContextCreateImage(
    context: Option<&CGContext>,
) -> Option<CFRetained<CGImage>>
Available on crate features CGBitmapContext and CGContext and CGImage only.