windowsforms-devexpress-dot-xtramap-192c6ce0.md
The class used to draw an ellipse on a map.
Namespace : DevExpress.XtraMap
Assembly : DevExpress.XtraMap.v25.2.dll
NuGet Package : DevExpress.Win.Map
public class MapEllipse :
MapShape,
IEllipseCore,
ISupportRectangle,
ISupportCoordLocation,
IPolygonCore,
IPointContainerCore
Public Class MapEllipse
Inherits MapShape
Implements IEllipseCore,
ISupportRectangle,
ISupportCoordLocation,
IPolygonCore,
IPointContainerCore
The following members return MapEllipse objects:
The following image shows an example of a map ellipse object.
Note
The MapEllipse.Width and MapEllipse.Height properties are measured in kilometers by default.
ItemStorage.Items.Add(new MapEllipse() { Location = new GeoPoint(40, 40), Height = 300, Width = 600 });
ItemStorage.Items.Add(New MapEllipse() With {.Location = New GeoPoint(40, 40), .Height = 300, .Width = 600})
Object MapItem MapShape MapEllipse
See Also