AddLineTo Method
AddLineTo(bool, float, float)
Adds the "lineto" command to the path.
Declaration
public void AddLineTo(bool relative, float x, float y)
Public Sub AddLineTo(relative As Boolean, x As Single, y As Single)
Parameters
Type |
Name |
Description |
bool |
relative |
Indicates whether the command uses absolute (false) or relative (true) coordinates.
|
float |
x |
The X-coordinate of the destination point.
|
float |
y |
The Y-coordinate of the destination point.
|