Skip to main content

CGContextCopyPath

Function CGContextCopyPath 

Source
pub extern "C-unwind" fn CGContextCopyPath(
    c: Option<&CGContext>,
) -> Option<CFRetained<CGPath>>
👎Deprecated:

renamed to CGContext::path

Available on crate features CGContext and CGPath only.