- Inheritance
- Object
- JSObject
- DartHtmlDomObject
- DomRectReadOnly
- Implements
- Annotations
- DocsEditable()
- DomName('DOMRectReadOnly')
- Experimental()
Static Properties
- instanceRuntimeType → Type
-
read-only
Constructors
- DomRectReadOnly(num x, num y, num width, num height)
-
factory
- DomRectReadOnly.internal_()
Properties
- bottom → num
-
read-only
- bottomLeft → Point
-
read-only
- bottomRight → Point
-
read-only
- hashCode → int
-
read-only
- height → num
-
read-only
- left → num
-
read-only
- right → num
-
read-only
- runtimeType → Type
-
A representation of the runtime type of the object.
read-only, inherited - top → num
-
read-only
- topLeft → Point
-
read-only
- topRight → Point
-
read-only
- width → num
-
read-only
- x → num
-
read-only
- y → num
-
read-only
Operators
-
operator ==(
other) → bool -
The equality operator.…
Methods
-
boundingBox(
Rectangle other) → Rectangle -
Returns a new rectangle which completely contains
this
andother
. -
containsPoint(
Point<num> another) → bool -
Tests whether
another
is inside or along the edges ofthis
. -
containsRectangle(
Rectangle<num> another) → bool -
Tests whether
this
entirely containsanother
. -
intersection(
Rectangle other) → Rectangle -
Computes the intersection of
this
andother
.… -
intersects(
Rectangle<num> other) → bool -
Returns true if
this
intersectsother
. -
noSuchMethod(
Invocation invocation) → dynamic -
Invoked when a non-existent method or property is accessed.…
inherited -
toString(
) → String -
Returns the result of the JavaScript objects
toString
method.