Skip to main content
A newer version of this page is available. .

WmsBoundingBox.RightBottom Property

Returns the geographical coordinate of the right-bottom corner of a WmsBoundingBox.

Namespace: DevExpress.XtraMap

Assembly: DevExpress.XtraMap.v21.1.dll

NuGet Packages: DevExpress.Win.Design, DevExpress.Win.Map

Declaration

public CoordPoint RightBottom { get; }

Property Value

Type Description
CoordPoint

A CoordPoint object.

See Also