Paint.MoveTo (gb.qt4)

Static Sub MoveTo ( X As Float, Y As Float )

Begin a new sub-path. After this call the current point will be (X, Y).

  • X : the X coordinate of the new position.

  • Y : the Y coordinate of the new position.