Skip to main content

WmsLayer.BoundingBoxes Property

Returns the WMS layer bounding boxes.

Namespace: DevExpress.Xpf.Map

Assembly: DevExpress.Xpf.Map.v23.2.dll

NuGet Package: DevExpress.Wpf.Map

Declaration

public WmsBoundingBox[] BoundingBoxes { get; }

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