Back to Devexpress

WmsLayer.BoundingBoxes Property

windowsforms-devexpress-dot-xtramap-dot-wmslayer-d89c0110.md

latest1.2 KB
Original Source

WmsLayer.BoundingBoxes Property

Returns the WMS layer bounding boxes.

Namespace : DevExpress.XtraMap

Assembly : DevExpress.XtraMap.v25.2.dll

NuGet Package : DevExpress.Win.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.XtraMap Namespace