[]
Ends the current figure; optionally, closes it.
public void EndFigure(bool closed)
| Type | Name | Description |
|---|---|---|
| bool | closed | A value that indicates whether the current figure is closed. |
Ends the current figure; optionally, closes it.
[CLSCompliant(false)]
public void EndFigure(FigureEnd figureEnd)
| Type | Name | Description |
|---|---|---|
| FigureEnd | figureEnd | A value that indicates whether the current figure is closed. |