WmsLayer.BoundingBoxes Property
Returns the WMS layer bounding boxes.
Namespace: DevExpress.XtraMap
Assembly: DevExpress.XtraMap.v25.1.dll
NuGet Package: DevExpress.Win.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