left : number
The x coordinate of the left of the Rectangle. Changing the left property of a Rectangle object has no effect on the y and height properties. However it does affect the width property, whereas changing the x value does not affect the width property.
- Source code: geom/Rectangle.js (Line 540)
Please login to continue.