[]
Ends the current figure; optionally, closes it.
public IFigure EndFigure(bool closeFigure)
Public Function EndFigure(closeFigure As Boolean) As IFigure
Type | Name | Description |
---|---|---|
bool | closeFigure | A value indicating whether the current figure should be closed. If the figure is closed, a line is drawn between the end point of the last segment and the start point. |
Type | Description |
---|---|
IFigure |