MoveTo(X,Y)
Moves the pen to the specified coordinates.
Use this method to set the initial pen position before calling the LineTo(X,Y) method.
Parameters
Use the below parameters to specify the pen coordinates:
- X. Integer.
- Y. Integer.
Examples
Copy
Graphic.MoveTo(50,50);