Skip to main content

MapEllipse Methods

The class used to draw an ellipse on a map.
Name Description
CreateByCenter(MapCoordinateSystem, CoordPoint, Double, Double) static Creates a map ellipse using its center point, width and height.
CreateInPixelsByCenter(MapControl, CoordPoint, Int32, Int32) static Creates a map ellipse with dimensions in pixels and the center with specified coordinates.
ExportToWkt() Exports the map ellipse to the Well-Known Text (WKT) format.
FromLeftTopRightBottom(MapCoordinateSystem, CoordPoint, CoordPoint) static Creates a map ellipse by the top-left and bottom-right points of its bounding rectangle.
GetBounds() Returns information about the map shape bounds. Inherited from MapShape.
GetCenter() Returns the center point of the map shape. Inherited from MapShapeBase.
See Also