Search
Graphics.fillRectangle Method
See Also
 






Fills a rectangle.

Namespace: MindFusion.Drawing
File: Graphics.js

 Syntax

JavaScript  Copy Code

function fillRectangle (brush, rect)

 Parameters

brush

The pen to fill the rectangle with.

rect

The rectangle to fill.

 See Also