ActiveReports 18 .NET Edition
MESCIUS.ActiveReports.Chart Assembly / GrapeCity.ActiveReports.Chart.Drawing.Drawing2D Namespace / GraphicsPath Class / AddRectangle Method
A Rectangle that represents the rectangle to add.

In This Topic
    AddRectangle Method (GraphicsPath)
    In This Topic
    Adds a rectangle to this path and closes the figure.
    Syntax
    'Declaration
     
    Public Sub AddRectangle( _
       ByVal rectangle As RectangleF _
    ) 
    public void AddRectangle( 
       RectangleF rectangle
    )

    Parameters

    rectangle
    A Rectangle that represents the rectangle to add.
    See Also