Skip to main content

CGContextAddLineToPoint

Function CGContextAddLineToPoint 

Source
pub extern "C-unwind" fn CGContextAddLineToPoint(
    c: Option<&CGContext>,
    x: CGFloat,
    y: CGFloat,
)
👎Deprecated:

renamed to CGContext::add_line_to_point

Available on crate feature CGContext only.