CGShadingCreateAxial

Function CGShadingCreateAxial 

Source
pub extern "C-unwind" fn CGShadingCreateAxial(
    space: Option<&CGColorSpace>,
    start: CGPoint,
    end: CGPoint,
    function: Option<&CGFunction>,
    extend_start: bool,
    extend_end: bool,
) -> Option<CFRetained<CGShading>>
👎Deprecated: renamed to CGShading::new_axial
Available on crate features CGColorSpace and CGFunction and CGShading only.