CGPatternCreate

Function CGPatternCreate 

Source
pub unsafe extern "C-unwind" fn CGPatternCreate(
    info: *mut c_void,
    bounds: CGRect,
    matrix: CGAffineTransform,
    x_step: CGFloat,
    y_step: CGFloat,
    tiling: CGPatternTiling,
    is_colored: bool,
    callbacks: *const CGPatternCallbacks,
) -> Option<CFRetained<CGPattern>>
👎Deprecated: renamed to CGPattern::new
Available on crate features CGContext and CGPattern only.