Skip to main content
All docs
V26.1
  • MapBounds.IsPointInBounds(CoordPoint) Method

    Checks whether the given point is within the map bounds.

    Namespace: DevExpress.Map

    Assembly: DevExpress.Map.v26.1.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