Readonly
cxRect center x.
Readonly
cyRect center y.
Readonly
heightReadonly
rightRect x
plus width
.
Readonly
topRect y
plus height
.
Readonly
widthReadonly
xReadonly
yCheck if this shape contains point
.
Point to check
true
if this shape contains the point
Optional
epsilon: numberCheck if this shape and rect
intersect.
true
if shape and rect intersect
Read-only rectangle shape.
Remarks
x
andy
are the rectangle's origin,width
andheight
extend along the positive x/y axes.