CGPathAddLines

Function CGPathAddLines 

Source
pub unsafe extern "C-unwind" fn CGPathAddLines(
    path: Option<&CGMutablePath>,
    m: *const CGAffineTransform,
    points: *const CGPoint,
    count: usize,
)
👎Deprecated: renamed to CGMutablePath::add_lines
Available on crate feature CGPath only.