WebPlanner 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
Assembly: MindFusion.Common

 Syntax

C#  Copy Code

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

Visual Basic  Copy Code

Public MustOverride 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