CGImageCreateWithImageInRect

Function CGImageCreateWithImageInRect 

Source
pub extern "C-unwind" fn CGImageCreateWithImageInRect(
    image: Option<&CGImage>,
    rect: CGRect,
) -> Option<CFRetained<CGImage>>
👎Deprecated: renamed to CGImage::with_image_in_rect
Available on crate feature CGImage only.