| Top Previous Next |
|
The LineA method draws a line that connects two points.
Syntax
Parameters
X1 [in] specifies the x-coordinate of the starting point of the line.
Y1 [in] specifies the y-coordinate of the starting point of the line.
X2 [in] specifies the x-coordinate of the ending point of the line.
Y2 [in] specifies the y-coordinate of the ending point of the line.
Example Code
For an example, see Shapes
|