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