AddClosePath Method
AddClosePath(bool)
Adds the "closepath" command to the path.
Declaration
public void AddClosePath(bool relative = true)
Public Sub AddClosePath(Optional relative As Boolean = True)
Parameters
Type |
Name |
Description |
bool |
relative |
Indicates whether the command uses absolute (false) or relative (true) coordinates.
|