ActiveReports 18 .NET Edition
MESCIUS.ActiveReports.Chart Assembly / GrapeCity.ActiveReports.Chart.Drawing.Drawing2D Namespace / GraphicsPath Class / CloseFigure Method

In This Topic
    CloseFigure Method (GraphicsPath)
    In This Topic
    Closes the current figure and starts a new figure. If the current figure contains a sequence of connected lines and curves, the method closes the loop by connecting a line from the endpoint to the starting point.
    Syntax
    'Declaration
     
    Public Sub CloseFigure() 
    public void CloseFigure()
    See Also