WmsLayer.BoundingBoxes Property
In This Article
Returns the WMS layer bounding boxes.
Namespace: DevExpress.Xpf.Map
Assembly: DevExpress.Xpf.Map.v24.2.dll
NuGet Package: DevExpress.Wpf.Map
#Declaration
public WmsBoundingBox[] BoundingBoxes { get; }
#Property Value
Type | Description |
---|---|
Wms |
An array of the Wms |
#Remarks
Each individual WmsBoundingBox object contains the left-top and right-bottom coordinates of an area contained in the WMS layer.
See Also