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






Fills a rectangle.

Namespace: MindFusion.Drawing
File: Graphics.js

 Syntax

JavaScript  Copy Code

function fillRectangle (brush, rect)

 Parameters

brush

Type: Brush
The pen to fill the rectangle with.

rect

Type: Rect
The rectangle to fill.

 See Also

Graphics Members
Graphics Class
MindFusion.Drawing Namespace