ActiveReports 18 .NET Edition
MESCIUS.ActiveReports.Core.Rendering Assembly / GrapeCity.ActiveReports.Drawing Namespace / IDrawingCanvas Interface / FillRectangle Method

In This Topic
    FillRectangle Method (IDrawingCanvas)
    In This Topic
    Fills the interior of a rectangle specified by a RectangleF structure.
    Syntax
    'Declaration
     
    Sub FillRectangle( _
       ByVal brush As BrushEx, _
       ByVal rect As RectangleF _
    ) 
    void FillRectangle( 
       BrushEx brush,
       RectangleF rect
    )

    Parameters

    brush
    rect
    See Also