Skip to main content

CGContextFillRects

Function CGContextFillRects 

Source
pub unsafe extern "C-unwind" fn CGContextFillRects(
    c: Option<&CGContext>,
    rects: *const CGRect,
    count: usize,
)
👎Deprecated:

renamed to CGContext::fill_rects

Available on crate feature CGContext only.