CGPathCreateCopyByFlattening

Function CGPathCreateCopyByFlattening 

Source
pub extern "C-unwind" fn CGPathCreateCopyByFlattening(
    path: Option<&CGPath>,
    flattening_threshold: CGFloat,
) -> Option<CFRetained<CGPath>>
👎Deprecated: renamed to CGPath::new_copy_by_flattening
Available on crate feature CGPath only.