CGPathCreateWithEllipseInRect

Function CGPathCreateWithEllipseInRect 

Source
pub unsafe extern "C-unwind" fn CGPathCreateWithEllipseInRect(
    rect: CGRect,
    transform: *const CGAffineTransform,
) -> CFRetained<CGPath>
👎Deprecated: renamed to CGPath::with_ellipse_in_rect
Available on crate feature CGPath only.