AddHorizontalLineTo Method
AddHorizontalLineTo(bool, float)
Adds the "horizontal lineto" command to the path.
Declaration
public void AddHorizontalLineTo(bool relative, float x)
Public Sub AddHorizontalLineTo(relative As Boolean, x 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.
|