Back to Devexpress

MapHitInfo Properties

windowsforms-devexpress-dot-xtramap-dot-maphitinfo-dot-underscore-properties.md

latest6.7 KB
Original Source

MapHitInfo Properties

Contains information about what is located at a specific point within the map.

NameDescription
HitMapPointReturns the hit test point’s location in screen coordinates.
HitObjectsGets a collection of objects which represent all map visual elements located under the test point.
HitPointGets the test point.
InMapBubbleGets a value indicating whether the test point is within a MapBubble.
InMapCalloutGets a value indicating whether the test point is within a MapCallout.
InMapCustomElementGets a value indicating whether the test point is within a MapCustomElement.
InMapDotGets a value indicating whether the test point is within a MapDot.
InMapEllipseGets a value indicating whether the test point is within a MapEllipse.
InMapLineGets a value indicating whether the test point is within a MapLine.
InMapPathGets a value indicating whether the test point is within a MapPath.
InMapPieGets a value indicating whether the test point is within a MapPie.
InMapPolygonGets a value indicating whether the test point is within a MapPolygon.
InMapPolylineGets a value indicating whether the test point is within a MapPolyline.
InMapPushpinGets a value indicating whether the test point is within a MapPushpin.
InMapRectangleGets a value indicating whether the test point is within a MapRectangle.
InMapSplineReturns a value that indicates whether the test point is within a MapSpline.
InPieSegmentGets a value indicating whether the test point is within a PieSegment.
InUIElementGets a value indicating whether the test point is within any UI element (e.g., Navigation Panel, Search Panel or a Legend).
MapBubbleGets the MapBubble which is located under the test point.
MapCalloutGets a MapCallout which is located under the test point.
MapCustomElementGets a MapCustomElement which is located under the test point.
MapDotGets a MapDot which is located under the test point.
MapEditorUiHitInfoReturns information about the hit tested Map Editor‘s UI elements.
MapEllipseGets a MapEllipse which is located under the test point.
MapLineGets a MapLine which is located under the test point.
MapPathGets a MapPath which is located under the test point.
MapPieGets the MapPie which is located under the test point.
MapPolygonGets a MapPolygon which is located under the test point.
MapPolylineGets a MapPolyline which is located under the test point.
MapPushpinGets a MapPushpin which is located under the test point.
MapRectangleGets a MapRectangle which is located under the test point.
MapSplineReturns a MapSpline that is located under the test point.
PieSegmentGets the PieSegment which is located under the test point.
UiHitInfoReturns information about hit tested UI elements.

See Also

MapHitInfo Class

MapHitInfo Members

DevExpress.XtraMap Namespace