CGContextDrawTiledImage

Function CGContextDrawTiledImage 

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