MindFusion.Charting for WebForms Programmer's Guide
GdiGraphics.DrawRectangles Method (Pen, Rectangle[])
See Also
 



Draws a series of rectangles specified by Rectangle structures.

Namespace: MindFusion.Drawing
Assembly: MindFusion.Common

 Syntax

C#  Copy Code

public virtual void DrawRectangles (
    Pen pen,
    Rectangle[] rects
)

Visual Basic  Copy Code

Public Overridable Sub DrawRectangles( _
    pen As Pen, _
    rects() As Rectangle _
)

 Parameters

pen
A .NET Pen object that determines the color, width, and style of the outlines of the rectangles.
rects
An array of .NET Rectangle structures that represent the rectangles to draw.

 See Also

DrawRectangles Method Overload List
GdiGraphics Members
GdiGraphics Class
MindFusion.Drawing Namespace