Skip to main content

CGImageCreateWithMask

Function CGImageCreateWithMask 

Source
pub extern "C-unwind" fn CGImageCreateWithMask(
    image: Option<&CGImage>,
    mask: Option<&CGImage>,
) -> Option<CFRetained<CGImage>>
👎Deprecated:

renamed to CGImage::with_mask

Available on crate feature CGImage only.