[]
        
(Showing Draft Content)

GrapeCity.ActiveReports.Drawing.Serialization.MetaCanvas.FillRectangle

FillRectangle Method

FillRectangle(BrushEx, RectangleF)

Fills the interior of a rectangle specified by a RectangleF structure.

Declaration
public void FillRectangle(BrushEx brush, RectangleF rect)
Parameters
Type Name Description
BrushEx brush
RectangleF rect
Implements