W3cubDocs

/Dart 2

DomRectReadOnly class

Implemented types
Annotations
  • @Native("DOMRectReadOnly")

Constructors

DomRectReadOnly([num x, num y, num width, num height ])
factory

Properties

bottomnum
read-only
The y-coordinate of the bottom edge.
bottomLeftPoint<num>
read-only
bottomRightPoint<num>
read-only
hashCodeint
read-only
The hash code for this object. [...]
heightnum
read-only, override
The height of the rectangle.
leftnum
read-only, override
The x-coordinate of the left edge.
The x-coordinate of the right edge.
topnum
read-only, override
The y-coordinate of the top edge.
topLeftPoint<num>
read-only
topRightPoint<num>
read-only
widthnum
read-only, override
The width of the rectangle.
xnum
read-only
ynum
read-only
runtimeTypeType
read-only, inherited
A representation of the runtime type of the object.

Methods

boundingBox(Rectangle<num> other) → Rectangle<num>
Returns a new rectangle which completely contains this and other.
containsPoint(Point<num> another) → bool
Tests whether another is inside or along the edges of this.
containsRectangle(Rectangle<num> another) → bool
Tests whether this entirely contains another.
intersection(Rectangle<num> other) → Rectangle<num>
Computes the intersection of this and other. [...]
intersects(Rectangle<num> other) → bool
Returns true if this intersects other.
toString() → String
Returns a string representation of this object.
noSuchMethod(Invocation invocation) → dynamic
inherited
Invoked when a non-existent method or property is accessed. [...]

Operators

operator ==(dynamic other) → bool
The equality operator. [...]

Static Methods

fromRect([Map other ]) → DomRectReadOnly

© 2012 the Dart project authors
Licensed under the Creative Commons Attribution-ShareAlike License v4.0.
https://api.dart.dev/stable/2.5.0/dart-html/DomRectReadOnly-class.html