- Inheritance
- Object
- JSObject
- DartHtmlDomObject
- DomRectReadOnly
- Implements
- Annotations
- @DocsEditable()
- @DomName('DOMRectReadOnly')
- @Experimental()
Static Properties
- instanceRuntimeType → Type
-
@Deprecated("Internal Use Only"), read-only
Constructors
- DomRectReadOnly(num x, num y, num width, num height)
-
factory
- DomRectReadOnly.internal_()
Properties
- bottom → num
-
@DocsEditable(), @DomName('DOMRectReadOnly.bottom'), @Experimental(), read-only
- bottomLeft → Point
-
read-only
- bottomRight → Point
-
read-only
- hashCode → int
-
read-only
- height → num
-
@DocsEditable(), @DomName('DOMRectReadOnly.height'), @Experimental(), read-only
- left → num
-
@DocsEditable(), @DomName('DOMRectReadOnly.left'), @Experimental(), read-only
- right → num
-
@DocsEditable(), @DomName('DOMRectReadOnly.right'), @Experimental(), read-only
- top → num
-
@DocsEditable(), @DomName('DOMRectReadOnly.top'), @Experimental(), read-only
- topLeft → Point
-
read-only
- topRight → Point
-
read-only
- width → num
-
@DocsEditable(), @DomName('DOMRectReadOnly.width'), @Experimental(), read-only
- x → num
-
@DocsEditable(), @DomName('DOMRectReadOnly.x'), @Experimental(), read-only
- y → num
-
@DocsEditable(), @DomName('DOMRectReadOnly.y'), @Experimental(), read-only
- runtimeType → Type
-
A representation of the runtime type of the object.
read-only, inherited
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
. -
toString(
) → String -
Returns the result of the JavaScript objects
toString
method. -
noSuchMethod(
Invocation invocation) → dynamic -
Invoked when a non-existent method or property is accessed.
inherited