Skip to main content

WmsLayer.RightBottom Property

Returns the right-bottom coordinate of the geographical region provided by the WmsLayer.

Namespace: DevExpress.XtraMap

Assembly: DevExpress.XtraMap.v23.2.dll

NuGet Package: DevExpress.Win.Map

Declaration

[Browsable(false)]
public CoordPoint RightBottom { get; }

Property Value

Type Description
CoordPoint

A CoordPoint object specifying the geographical point.

See Also