MindFusion.Charting for WebForms Programmer's Guide
GdiGraphics.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

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

Visual Basic  Copy Code

Public Overridable 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
GdiGraphics Members
GdiGraphics Class
MindFusion.Drawing Namespace