MapBounds.IsPointInBounds(CoordPoint) Method
Checks whether the given point is within the map bounds.
Namespace: DevExpress.Map
Assembly: DevExpress.Map.v24.1.Core.dll
NuGet Package: DevExpress.Map.Core
Declaration
Parameters
Name | Type | Description |
---|---|---|
point | CoordPoint | A CoordPoint descendant to check. |
Returns
Type | Description |
---|---|
Boolean | true if the tested point is within map bounds; otherwise, false. |
See Also