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