[]
        
(Showing Draft Content)

GrapeCity.Documents.Imaging.PathBuilder.EndFigure

EndFigure Method

EndFigure(bool)

Ends the current figure; optionally, closes it.

Declaration
public IFigure EndFigure(bool closeFigure)
Public Function EndFigure(closeFigure As Boolean) As IFigure
Parameters
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.

Returns
Type Description
IFigure