Canvasity.moveTo

Create a new subpath.

The given point will become the first point of the new subpath and is subject to the current transform at the time this is called.

  1. void moveTo(float x, float y)
    struct Canvasity
    nothrow @nogc
    void
    moveTo
    (
    float x
    ,
    float y
    )
  2. void moveTo(T v)
  3. this(Image buffer, CanvasOptions options)
  4. void initialize(Image buffer, CanvasOptions options)

Meta