Skip to main content

MapBounds.IsPointInBounds(CoordPoint) Method

Checks whether the given point is within the map bounds.

Namespace: DevExpress.Map

Assembly: DevExpress.Map.v24.2.Core.dll

Declaration

public bool IsPointInBounds(
    CoordPoint point
)

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