ActiveReports 18 .NET Edition
MESCIUS.ActiveReports.Core.Rendering Assembly / GrapeCity.ActiveReports.Extensibility.Rendering.Components.Barcode Namespace / IDrawingDevice Interface / FillRectangle Method

In This Topic
    FillRectangle Method (IDrawingDevice)
    In This Topic
    Fills the interior of a rectangle specified by a pair of coordinates, a width, and a height.
    Syntax
    'Declaration
     
    Sub FillRectangle( _
       ByVal bounds As RectangleF _
    ) 
    void FillRectangle( 
       RectangleF bounds
    )

    Parameters

    bounds
    See Also