WmsBoundingBox.LeftTop Property
In This Article
Returns the geographical coordinate of the left-top corner of a WmsBoundingBox.
Namespace: DevExpress.XtraMap
Assembly: DevExpress.XtraMap.v24.2.dll
NuGet Package: DevExpress.Win.Map
#Declaration
public CoordPoint LeftTop { get; }
#Property Value
Type | Description |
---|---|
Coord |
A Coord |
See Also