API Reference > imodeljs-frontend > Views > ViewRect > containsPoint containsPoint Method Return true if the supplied point is contained in this ViewRect. containsPoint(point: XAndY): boolean note if the point is exactly on the left or top edges, this method returns true. If the point is exactly on the right or bottom edge, it returns false. Parameter Type Description point XAndY The point to test. Returns - boolean Defined in core/frontend/src/ViewRect.ts Line 130 Last Updated: 13 June, 2024