Skip to main content

CGContextSetLineDash

Function CGContextSetLineDash 

Source
pub unsafe extern "C-unwind" fn CGContextSetLineDash(
    c: Option<&CGContext>,
    phase: CGFloat,
    lengths: *const CGFloat,
    count: usize,
)
👎Deprecated:

renamed to CGContext::set_line_dash

Available on crate feature CGContext only.