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

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

    Parameters

    rectangle
    See Also