ComponentOne Bitmap for WPF
C1.WPF.DX.4.5.2 Assembly / C1.Util.DX.Direct2D Namespace / SimplifiedGeometrySink Interface / 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 (SimplifiedGeometrySink)
    In This Topic
    Ends the current figure; optionally, closes it.
    Syntax
    'Declaration
     
    Sub EndFigure( _
       ByVal figureEnd As FigureEnd _
    ) 
    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