Back to Devexpress

MapPointer Class

windowsforms-devexpress-dot-xtramap-594a2d5e.md

latest1.7 KB
Original Source

MapPointer Class

The class used to draw a map pointer on a map.

Namespace : DevExpress.XtraMap

Assembly : DevExpress.XtraMap.v25.2.dll

NuGet Package : DevExpress.Win.Map

Declaration

csharp
public abstract class MapPointer :
    MapItem,
    IImageContainer,
    ILocatableRenderItem,
    ISupportCoordLocation,
    IImageUriLoaderClient,
    IMapAnimatableItem,
    ISupportImagePainter,
    IClusterable,
    IClusterItemCore,
    IClusterItem,
    IPointCore,
    IMapPointerStyleCore,
    IMapItemCore
vb
Public MustInherit Class MapPointer
    Inherits MapItem
    Implements IImageContainer,
               ILocatableRenderItem,
               ISupportCoordLocation,
               IImageUriLoaderClient,
               IMapAnimatableItem,
               ISupportImagePainter,
               IClusterable,
               IClusterItemCore,
               IClusterItem,
               IPointCore,
               IMapPointerStyleCore,
               IMapItemCore

Inheritance

Object MapItem MapPointer MapCallout

MapCustomElement

MapPushpin

See Also

MapPointer Members

DevExpress.XtraMap Namespace