lineTo

Adds line segment from the last point in the path to the specified point. Arguments: [x, y]*

  1. void lineTo(NVGContext ctx, float x, float y)
  2. void lineTo(NVGContext ctx, float[] args)
    nothrow @trusted @nogc
    void
    lineTo
    (,
    in float[] args
    )

See Also

Meta