Skip to main content

CGPathCreateSeparateComponents

Function CGPathCreateSeparateComponents 

Source
pub extern "C-unwind" fn CGPathCreateSeparateComponents(
    path: Option<&CGPath>,
    even_odd_fill_rule: bool,
) -> Option<CFRetained<CFArray>>
👎Deprecated:

renamed to CGPath::new_separate_components

Available on crate feature CGPath only.