CGPathAddRect

Function CGPathAddRect 

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