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