Search
Graphics.drawRectangle Method
See Also
 






Draws a rectangle.

Namespace: MindFusion.Drawing
File: Graphics.js

 Syntax

JavaScript  Copy Code

function drawRectangle (pen, rect)

 Parameters

pen

The pen to stroke the rectangle with.

rect

The rectangle to draw.

 See Also