Paint.LineTo (gb.web.gui)
Static Sub LineTo ( X As Integer, Y As Integer )
Adds a line to the path from the current point to position (X, Y) in user-space coordinates. After this call the current point will be (X, Y).
-
X : the X coordinate of the end of the new line.
-
Y : the Y coordinate of the end of the new line.