CGPathCreateCopyByNormalizing

Function CGPathCreateCopyByNormalizing 

Source
pub extern "C-unwind" fn CGPathCreateCopyByNormalizing(
    path: Option<&CGPath>,
    even_odd_fill_rule: bool,
) -> Option<CFRetained<CGPath>>
👎Deprecated: renamed to CGPath::new_copy_by_normalizing
Available on crate feature CGPath only.