Initializes a new instance of the Rect class. Namespace: MindFusion.Drawing
|
JavaScript
![]() |
---|
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.