[]
        
(Showing Draft Content)

GrapeCity.ActiveReports.BarCodes.Drawing.PageDrawingDevice.FillRectangle

FillRectangle Method

FillRectangle(RectangleF)

Fills the specified rectangle with the current color.

Declaration
public void FillRectangle(RectangleF bounds)
Parameters
Type Name Description
RectangleF bounds

The rectangle to fill, in twips.

Implements