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