Search
IGraphics.FillRectangles Method (Brush, Rectangle[])
See Also
 





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

Namespace: MindFusion.Drawing
Assembly: MindFusion.Common

 Syntax

C#  Copy Code

void FillRectangles (
    Brush brush,
    Rectangle[] rects
)

Visual Basic  Copy Code

Sub FillRectangles( _
    brush As Brush, _
    rects() As Rectangle _
)

 Parameters

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

 See Also