Document Solutions for PDF
GrapeCity.Documents.Imaging Assembly / GrapeCity.Documents.Imaging Namespace / PathBuilder Class / EndFigure Method
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.

In This Topic
    EndFigure Method (PathBuilder)
    In This Topic
    Ends the current figure; optionally, closes it.
    Syntax
    'Declaration
     
    Public Function EndFigure( _
       ByVal closeFigure As System.Boolean _
    ) As IFigure
    public IFigure EndFigure( 
       System.bool closeFigure
    )

    Parameters

    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.
    See Also