Skip to main content

CGImageGetShouldInterpolate

Function CGImageGetShouldInterpolate 

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

renamed to CGImage::should_interpolate

Available on crate feature CGImage only.