Document Solutions for Imaging
DS.Documents.Imaging Assembly / GrapeCity.Documents.Imaging Namespace / GcBitmapGraphics.Path Class / EndFigure Method
A value that indicates whether the current figure is closed. If the figure is closed, a line is drawn between the current point and the start point specified by BeginFigure.

In This Topic
    EndFigure Method (GcBitmapGraphics.Path)
    In This Topic
    Ends the current figure; optionally, closes it.
    Syntax
    'Declaration
     
    Public Sub EndFigure( _
       ByVal figureEnd As FigureEnd _
    ) 
    public void EndFigure( 
       FigureEnd figureEnd
    )

    Parameters

    figureEnd
    A value that indicates whether the current figure is closed. If the figure is closed, a line is drawn between the current point and the start point specified by BeginFigure.
    See Also