DomRectReadOnly class
- 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 read-only, inherited
-
A representation of the runtime type of the object.
Operators
- operator ==(
other) → bool -
The equality operator.
Methods
- boundingBox(
Rectangle other) → Rectangle -
Returns a new rectangle which completely contains
thisandother. - containsPoint(
Point<num> another) → bool -
Tests whether
anotheris inside or along the edges ofthis. - containsRectangle(
Rectangle<num> another) → bool -
Tests whether
thisentirely containsanother. - intersection(
Rectangle other) → Rectangle -
Computes the intersection of
thisandother. - intersects(
Rectangle<num> other) → bool -
Returns true if
thisintersectsother. - toString(
) → String -
Returns the result of the JavaScript objects
toStringmethod. - noSuchMethod(
Invocation invocation) → dynamic inherited -
Invoked when a non-existent method or property is accessed.
© 2012 the Dart project authors
Licensed under the Creative Commons Attribution-ShareAlike License v4.0.
https://api.dartlang.org/stable/1.24.3/dart-html/DomRectReadOnly-class.html