Search
IGraphics.DrawRectangles Method (Pen, Rectangle[])
See Also
 





Draws a series of rectangles specified by Rectangle structures.

Namespace: MindFusion.Drawing
Package: MindFusion.Common

 Syntax

C#  Copy Code

void DrawRectangles (
    Pen pen,
    Rectangle[] rects
)

Visual Basic  Copy Code

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