Initializes a new instance of the Rect class.
Namespace: MindFusion.Drawing
File: Rect.js
JavaScript Copy Code |
---|
function Rect (x, y, width, height) |
The X-coordinate of the top left corner of the rectangle.
The Y-coordinate of the top left corner of the rectangle.
The width of the rectangle.
The height of the rectangle.