CGContextAddEllipseInRect

Function CGContextAddEllipseInRect 

Source
pub extern "C-unwind" fn CGContextAddEllipseInRect(
    c: Option<&CGContext>,
    rect: CGRect,
)
👎Deprecated: renamed to CGContext::add_ellipse_in_rect
Available on crate feature CGContext only.