ActiveReports 18 .NET Edition
MESCIUS.ActiveReports Assembly / GrapeCity.ActiveReports.Document.Section Namespace / Page Class / DrawRect Method / DrawRect(RectangleF) Method
The rc.

In This Topic
    DrawRect(RectangleF) Method
    In This Topic
    Draws the rect.
    Syntax
    'Declaration
     
    Public Overloads Sub DrawRect( _
       ByVal rc As RectangleF _
    ) 
    public void DrawRect( 
       RectangleF rc
    )

    Parameters

    rc
    The rc.
    See Also