Skip to main content

IMouseClickRequestSender.RequestByPoint(GeoPoint, Point) Method

Requests the information by a mouse click on the point.

Namespace: DevExpress.Xpf.Map

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

NuGet Package: DevExpress.Wpf.Map

Declaration

void RequestByPoint(
    GeoPoint geoPoint,
    Point screenPoint
)

Parameters

Name Type Description
geoPoint GeoPoint

A GeoPoint object specifying the geographical point on the map.

screenPoint Point

A Point object specifying the clicked point on the screen within a Map control.

See Also