Rectangle:34
Represents a rectangle as defined by the points (x, y) and (x+width, y+height).
Rectangle
[x=0]
[y=0]
[width=0]
[height=0]
Defined in Rectangle:34
X position.
Y position.
The width of the Rectangle.
The height of the Rectangle.
var rect = new createjs.Rectangle(0, 0, 100, 100);
clone
Defined in clone:95
clone:95
Returns a clone of the Rectangle instance.
initialize
Defined in initialize:82
initialize:82
Initialization method.
toString
Defined in toString:104
toString:104
Returns a string representation of this object.
height
Defined in height:74
height:74
Height.
width
Defined in width:67
width:67
Width.
x
Defined in x:53
x:53
y
Defined in y:60
y:60