Back to Devexpress

MapHitInfo Members

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

latest8.6 KB
Original Source

MapHitInfo Members

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

Properties

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.

Methods

NameDescription
Equals(Object, Object) staticDetermines whether the specified object instances are considered equal. Inherited from Object.
Equals(Object)Determines whether the specified object is equal to the current object. Inherited from Object.
GetHashCode()Serves as the default hash function. Inherited from Object.
GetType()Gets the Type of the current instance. Inherited from Object.
MemberwiseClone() protectedCreates a shallow copy of the current Object. Inherited from Object.
ReferenceEquals(Object, Object) staticDetermines whether the specified Object instances are the same instance. Inherited from Object.
ToString()Returns the textual representation of the MapHitInfo.

See Also

MapHitInfo Class

DevExpress.XtraMap Namespace