CGLayerCreateWithContext

Function CGLayerCreateWithContext 

Source
pub unsafe extern "C-unwind" fn CGLayerCreateWithContext(
    context: Option<&CGContext>,
    size: CGSize,
    auxiliary_info: Option<&CFDictionary>,
) -> Option<CFRetained<CGLayer>>
👎Deprecated: renamed to CGLayer::with_context
Available on crate features CGContext and CGLayer only.