MindFusion.Charting for JavaScript Programmer's Guide
Graphics.drawRectangle Method
See Also
 






Draws a rectangle.

Namespace: MindFusion.Drawing
File: Graphics.js

 Syntax

JavaScript  Copy Code

function drawRectangle (pen, rect)

 Parameters

pen

Type: Pen
The pen to stroke the rectangle with.

rect

Type: Rect
The rectangle to draw.

 See Also

Graphics Members
Graphics Class
MindFusion.Drawing Namespace