windowsforms-devexpress-dot-xtramap-87c360b9.md
The class used to draw a dot on a map.
Namespace : DevExpress.XtraMap
Assembly : DevExpress.XtraMap.v25.2.dll
NuGet Package : DevExpress.Win.Map
public class MapDot :
MapShape,
ILocatableRenderItem,
ISupportCoordLocation,
ITemplateGeometryItem,
IClusterable,
IClusterItemCore,
IClusterItem,
ISizedPointCore,
IPointCore,
IDot,
IMapItemCore,
ISupportIndividualResizeOnly
Public Class MapDot
Inherits MapShape
Implements ILocatableRenderItem,
ISupportCoordLocation,
ITemplateGeometryItem,
IClusterable,
IClusterItemCore,
IClusterItem,
ISizedPointCore,
IPointCore,
IDot,
IMapItemCore,
ISupportIndividualResizeOnly
The following members return MapDot objects:
The following image shows an example of a map dot shape.
ItemStorage.Items.Add(new MapDot() { Location = new GeoPoint(-10, 10), Size = 18, Stroke = Color.Blue });
ItemStorage.Items.Add(New MapDot() With {.Location = New GeoPoint(-10, 10), .Size = 18, .Stroke = Color.Blue})
Object MapItem MapShape MapDot
See Also