[]
        
(Showing Draft Content)

GrapeCity.Documents.Imaging.GcBitmapGraphics.Path.EndFigure

EndFigure Method

EndFigure(FigureEnd)

Ends the current figure; optionally, closes it.

Declaration
public void EndFigure(FigureEnd figureEnd)
Public Sub EndFigure(figureEnd As FigureEnd)
Parameters
Type Name Description
FigureEnd 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(PointF).

Implements