Context.moveTo

Begin a new sub-path. After this call the current point will be p1.

  1. void moveTo(Point!double p1)
  2. void moveTo(double x, double y)
    struct Context
    void
    moveTo
    (
    double x
    ,
    double y
    )

Meta