LineTo Method
Object List Next Object
Defined By: Drawable
Description:
Draws a line from CurrentX, CurrentY to the specified end point.
Declaration:
Sub LineTo(ByVal x As Single, ByVal y As Single)
Details:
The end point of the line to draw is specified by the x,y values. The line is drawn using the DrawColor, DrawMode, and DrawStyle
properties.
See Also:
DrawColor, DrawMode, DrawStyle properties