containsPoint method

bool containsPoint(
  1. Point p
)

Indicates whether this Rect contains the given Point. @param {Point} p The Point to check. @return {boolean} True if the Point is contained within this Rect, false otherwise. @see #containsRect @see #contains

Implementation

_i2.bool containsPoint(_i3.Point p) => _i4.callMethod(
      this,
      'containsPoint',
      [p],
    );