MindFusion.Charting for WebForms Programmer's Guide
Rect Constructor
See Also
 



Initializes a new instance of the Rect class.

Namespace: MindFusion.Drawing
Assembly: Rect.js

 Syntax

JavaScript  Copy Code

function Rect (x, y, width, height)

 Parameters

x

The X-coordinate of the top left corner of the rectangle.

y

The Y-coordinate of the top left corner of the rectangle.

width

The width of the rectangle.

height

The height of the rectangle.

 See Also

Rect Class
MindFusion.Drawing Namespace