Create rectangle with all zero values.
Create rectangle with left, right, top, bottom. Properties anchorX and anchorY will be centered in the middle.
Left coordinate.
Right coordinate.
Top coordinate.
Bottom coordinate.
Create rectangle with full arguments.
Left coordinate.
Center x-coordinate.
Right coordinate.
Top coordinate.
Center y-coordinate.
Bottom coordinate.
Bottom section height getter.
Get center x-coordinate.
Get center ycoordinate.
Height getter.
Left section width getter.
Right section width getter.
Top section height getter.
Width getter.
Clip this Rect by given Rect. Immutable, return modified copy.
AnchoredRecto to clip this instance with.
Clip this Rect by given Rect. Mmodifies this Rect.
AnchoredRect to clip this instance with.
Does this Rect contain given (x, y)-point?
X-coordinate.
Y-coordinate.
Check if this rect equals with another rect.
The other rect.
Check if edges of this Rect equals with given Rect, ignoring anchorX and anchorY.
The other AnchoredRect.
Expand this Rect by given Rect. Immutable, returns modified copy.
AnchoredRect to expand this instance with.
Expand this Rect by given Rect. Modifies this Rect.
AnchoredRect to expand this instance with.
Move this rect by (dx, dy). Immutable, returns modified copy.
Offset amount in x-direction.
Offset amount in y-direction.
Move this rect by (dx, dy). Modifies this Rect.
Offset amount in x-direction.
Offset amount in y-direction.
Scale Rect. Anchor pos is (anchorX, anchorY). Immutable, returns modified copy.
Scale x-amount.
Scale y-amount. If undefined then scale x-amount is used.
Scaled copy of this AnchoredRect.
Scale Rect. Anchor pos is (anchorX, anchorY). Modifies this Rect.
Scale x-amount.
Scale y-amount. If undefined then scale x-amount is used.
This AnchoredRect instance.
Set rectangle with all zero values.
Set rectangle with left, right, top, bottom. Properties anchorX and anchorY will be centered in the middle.
Left coordinate.
Right coordinate.
Top coordinate.
Bottom coordinate.
Set rectangle with full arguments.
Left coordinate.
Center x-coordinate.
Right coordinate.
Top coordinate.
Center y-coordinate.
Bottom coordinate.
StaticcreateCreate rect from basic left, top, width and height arguments.
Left coordinate.
Top coordinate.
Width.
Height.
StaticcreateCreate rect from anchorX, anchorY, width, height arguments.
Center x-coordinate.
Center y-coordinate.
Width.
Height.
StaticcreateCreate rect from sections.
Left section width.
Right section width.
Top section height.
Bottomsection height.
StaticequalsCheck if given rects are equal.
AnchoredRect a.
AnchoredRect b.
StaticequalsCheck if edges of given rects are equal, ignoring anchorX and anchorY.
AnchoredRect a.
AnchoredRect b.
StaticoverlapDo a and b rects overlap?
AnchoredRect a.
AnchoredRect b.
StaticoverlapDo horizontal measures of a and b rects overlap?
AnchoredRect a.
AnchoredRect b.
A mutable AnchoredRect class is a rectangle (left, top, right, bottom) with an anchor point (anchorX, anchorY).