Back to Devexpress

MapEllipse.CreateByCenter(MapCoordinateSystem, CoordPoint, Double, Double) Method

wpf-devexpress-dot-xpf-dot-map-dot-mapellipse-dot-createbycenter-x28-devexpress-dot-xpf-dot-map-dot-mapcoordinatesystem-devexpress-dot-map-dot-coordpoint-system-dot-double-system-dot-double-x29.md

latest2.3 KB
Original Source

MapEllipse.CreateByCenter(MapCoordinateSystem, CoordPoint, Double, Double) Method

Creates a map ellipse using its center point, width and height.

Namespace : DevExpress.Xpf.Map

Assembly : DevExpress.Xpf.Map.v25.2.dll

NuGet Package : DevExpress.Wpf.Map

Declaration

csharp
public static MapEllipse CreateByCenter(
    MapCoordinateSystem coordSystem,
    CoordPoint center,
    double width,
    double height
)
vb
Public Shared Function CreateByCenter(
    coordSystem As MapCoordinateSystem,
    center As CoordPoint,
    width As Double,
    height As Double
) As MapEllipse

Parameters

NameTypeDescription
coordSystemMapCoordinateSystem

A MapCoordinateSystem class descendant object representing the coordinate system in which the ellipse should be initialized.

| | center | CoordPoint |

A CoordPoint object specifying the ellipse center point.

| | width | Double |

A Double specifying the ellipse width.

| | height | Double |

A Double specifying the ellipse height.

|

Returns

TypeDescription
MapEllipse

A MapEllipse object with the specified center point width and height.

|

See Also

MapEllipse Class

MapEllipse Members

DevExpress.Xpf.Map Namespace