Search
Rect.x Property
See Also
 





Gets or sets the x-coordinate of the upper-left corner of the rectangle.

Namespace: MindFusion.Drawing
File: Rect.js

 Syntax

JavaScript  Copy Code

get x() {}
set x(value) {}

 Property Value

Number

The x-coordinate of the upper-left corner of the rectangle.

 See Also