ASP.NET Pack Programmer's Guide
IGraphics.FillRectangles Method (Brush, Rectangle[])
See Also
 





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

Namespace: MindFusion.Drawing
Package: 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

FillRectangles Method Overload List
IGraphics Members
IGraphics Interface
MindFusion.Drawing Namespace