Dart SDK
dart:html
DomRectReadOnly
containsRectangle
method
containsRectangle
DomRectReadOnly
Properties
hashCode
topLeft
topRight
bottomRight
bottomLeft
bottom
height
left
right
top
width
x
y
Constructors
DomRectReadOnly
Operators
operator ==
Methods
toString
intersection
intersects
boundingBox
containsRectangle
containsPoint
bool
containsRectangle
(
Rectangle
<
num
>
another
)
Tests whether
this
entirely contains another.