ActiveReports 18 .NET Edition
MESCIUS.ActiveReports.Core.Rendering Assembly / GrapeCity.ActiveReports.Drawing Namespace / PathEx Class / StartFigure Method

In This Topic
    StartFigure Method
    In This Topic
    Starts a new figure without closing the current figure. All subsequent points added to the path are added to this new figure.
    Syntax
    'Declaration
     
    Public Sub StartFigure() 
    public void StartFigure()
    See Also