Skip to main content
A newer version of this page is available. .

IMouseClickRequestSender.RequestByPoint(GeoPoint, Point) Method

Requests the information by a mouse click on the point.

Namespace: DevExpress.Xpf.Map

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

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