CGPathCreateWithRect

Function CGPathCreateWithRect 

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