CGPathAddEllipseInRect

Function CGPathAddEllipseInRect 

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