CGPathCreateCopyByDashingPath

Function CGPathCreateCopyByDashingPath 

Source
pub unsafe extern "C-unwind" fn CGPathCreateCopyByDashingPath(
    path: Option<&CGPath>,
    transform: *const CGAffineTransform,
    phase: CGFloat,
    lengths: *const CGFloat,
    count: usize,
) -> Option<CFRetained<CGPath>>
👎Deprecated: renamed to CGPath::new_copy_by_dashing_path
Available on crate feature CGPath only.