CGPathAddRects

Function CGPathAddRects 

Source
pub unsafe extern "C-unwind" fn CGPathAddRects(
    path: Option<&CGMutablePath>,
    m: *const CGAffineTransform,
    rects: *const CGRect,
    count: usize,
)
👎Deprecated: renamed to CGMutablePath::add_rects
Available on crate feature CGPath only.