Back to Devexpress

MapHitInfo Members

wpf-devexpress-dot-xpf-dot-map-dot-maphitinfo-dot-underscore-members.md

latest6.5 KB
Original Source

MapHitInfo Members

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

Properties

NameDescription
CustomElementGets a MapCustomElement which is located under the test point.
HitObjectsGets a collection of objects which represent all map visual elements located under the test point.
InCustomElementGets a value indicating whether the test point is within a MapCustomElement.
InMapBubbleGets a value indicating whether the test point is within a MapBubble.
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.
MapBubbleGets the MapBubble which is located under the test point.
MapDotGets a MapDot which is located under the test point.
MapEditorUiHitInfoReturns information about the MapEditor UI elements under the test point.
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 on the test point.

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 a string that represents the current object. Inherited from Object.

See Also

MapHitInfo Class

DevExpress.Xpf.Map Namespace