Back to Devexpress

MapDot Class

windowsforms-devexpress-dot-xtramap-87c360b9.md

latest2.3 KB
Original Source

MapDot Class

The class used to draw a dot on a map.

Namespace : DevExpress.XtraMap

Assembly : DevExpress.XtraMap.v25.2.dll

NuGet Package : DevExpress.Win.Map

Declaration

csharp
public class MapDot :
    MapShape,
    ILocatableRenderItem,
    ISupportCoordLocation,
    ITemplateGeometryItem,
    IClusterable,
    IClusterItemCore,
    IClusterItem,
    ISizedPointCore,
    IPointCore,
    IDot,
    IMapItemCore,
    ISupportIndividualResizeOnly
vb
Public Class MapDot
    Inherits MapShape
    Implements ILocatableRenderItem,
               ISupportCoordLocation,
               ITemplateGeometryItem,
               IClusterable,
               IClusterItemCore,
               IClusterItem,
               ISizedPointCore,
               IPointCore,
               IDot,
               IMapItemCore,
               ISupportIndividualResizeOnly

The following members return MapDot objects:

Remarks

The following image shows an example of a map dot shape.

Example

View Example

csharp
ItemStorage.Items.Add(new MapDot() { Location = new GeoPoint(-10, 10), Size = 18, Stroke = Color.Blue });
vb
ItemStorage.Items.Add(New MapDot() With {.Location = New GeoPoint(-10, 10), .Size = 18, .Stroke = Color.Blue})

Implements

IColorizerElement

Inheritance

Object MapItem MapShape MapDot

See Also

MapDot Members

Vector Items

DevExpress.XtraMap Namespace