Canvas.lineTo

Connects the last point in the current sub-path to the specified (x, y) coordinates with a straight line.

  1. void lineTo(float x, float y)
    struct Canvas
    public nothrow @nogc
    void
    lineTo
    (
    float x
    ,
    float y
    )
  2. void lineTo(vec2f point)

Meta