Search
GdiGraphics.FillRectangles Method (Brush, RectangleF[])
See Also
 





Fills the interiors of a series of rectangles specified by RectangleF structures.

Namespace: MindFusion.Drawing
Package: MindFusion.Common

 Syntax

C#  Copy Code

public virtual void FillRectangles (
    Brush brush,
    RectangleF[] rects
)

Visual Basic  Copy Code

Public Overridable Sub FillRectangles( _
    brush As Brush, _
    rects() As RectangleF _
)

 Parameters

brush
A .NET Brush object that determines the characteristics of the fill.
rects
An array of .NET RectangleF structures that represent the rectangles to fill.

 See Also