Tests whether another
is inside or along the edges of this
.
bool containsPoint(Point<num> another) { return another.x >= left && another.x <= left + width && another.y >= top && another.y <= top + height; }
© 2012 the Dart project authors
Licensed under the Creative Commons Attribution-ShareAlike License v4.0.
https://api.dartlang.org/stable/2.0.0/dart-html/DomRectReadOnly/containsPoint.html