Skip to main content

CGPathCreateCopyOfLineByIntersectingPath

Function CGPathCreateCopyOfLineByIntersectingPath 

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

renamed to CGPath::new_copy_of_line_by_intersecting_path

Available on crate feature CGPath only.