Skip to main content

CGPathCreateCopyByTransformingPath

Function CGPathCreateCopyByTransformingPath 

Source
pub unsafe extern "C-unwind" fn CGPathCreateCopyByTransformingPath(
    path: Option<&CGPath>,
    transform: *const CGAffineTransform,
) -> Option<CFRetained<CGPath>>
👎Deprecated:

renamed to CGPath::new_copy_by_transforming_path

Available on crate feature CGPath only.