Back to Devexpress

WmsLayer.BoundingBoxes Property

wpf-devexpress-dot-xpf-dot-map-dot-wmslayer-0862d5de.md

latest1.1 KB
Original Source

WmsLayer.BoundingBoxes Property

Returns the WMS layer bounding boxes.

Namespace : DevExpress.Xpf.Map

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

NuGet Package : DevExpress.Wpf.Map

Declaration

csharp
public WmsBoundingBox[] BoundingBoxes { get; }
vb
Public ReadOnly Property BoundingBoxes As WmsBoundingBox()

Property Value

TypeDescription
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

WmsLayer Class

WmsLayer Members

DevExpress.Xpf.Map Namespace