Skip to main content

CGPathAddPath

Function CGPathAddPath 

Source
pub unsafe extern "C-unwind" fn CGPathAddPath(
    path1: Option<&CGMutablePath>,
    m: *const CGAffineTransform,
    path2: Option<&CGPath>,
)
👎Deprecated:

renamed to CGMutablePath::add_path

Available on crate feature CGPath only.