WmsLayer.BoundingBoxes Property
Returns the WMS layer bounding boxes.
Namespace: DevExpress.Xpf.Map
Assembly: DevExpress.Xpf.Map.v25.1.dll
NuGet Package: DevExpress.Wpf.Map
Declaration
Property Value
| Type | Description |
|---|---|
| WmsBoundingBox[] | An array of the WmsBoundingBox objects. |
Remarks
Each individual WmsBoundingBox object contains the left-top and right-bottom coordinates of an area contained in the WMS layer.
See Also