CGPathIntersectsPath

Function CGPathIntersectsPath 

Source
pub extern "C-unwind" fn CGPathIntersectsPath(
    path1: Option<&CGPath>,
    path2: Option<&CGPath>,
    even_odd_fill_rule: bool,
) -> bool
👎Deprecated: renamed to CGPath::intersects_path
Available on crate feature CGPath only.