MapEllipse.FromLeftTopRightBottom(MapCoordinateSystem, CoordPoint, CoordPoint) Method
In This Article
Creates a map ellipse by the top-left and bottom-right points of its bounding rectangle.
Namespace: DevExpress.Xpf.Map
Assembly: DevExpress.Xpf.Map.v24.2.dll
NuGet Package: DevExpress.Wpf.Map
#Declaration
public static MapEllipse FromLeftTopRightBottom(
MapCoordinateSystem coordSystem,
CoordPoint leftTop,
CoordPoint rightBottom
)
#Parameters
Name | Type | Description |
---|---|---|
coord |
Map |
A Map |
left |
Coord |
A Coord |
right |
Coord |
A Coord |
#Returns
Type | Description |
---|---|
Map |
A Map |
See Also