Skip to main content

MapBounds.IsPointInBounds(CoordPoint) Method

Checks whether the given point is within the map bounds.

Namespace: DevExpress.Map

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

NuGet Package: DevExpress.Map.Core

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