WmsBoundingBox(String, CoordPoint, CoordPoint) Constructor
Initializes a new instance of the WmsBoundingBox class with the specified parameters.
Namespace: DevExpress.Xpf.Map
Assembly: DevExpress.Xpf.Map.v24.1.dll
NuGet Package: DevExpress.Wpf.Map
Declaration
Parameters
Name | Type | Description |
---|---|---|
crsCode | String | A String value specifying the CRS code of the WMS layer image contained in the bounding box. This value is assigned to the WmsBoundingBox.CRSCode property. |
leftTop | CoordPoint | A CoordPoint object specifying the geographical coordinate of the left-top corner of the bounding box. This value is assigned to the WmsBoundingBox.LeftTop property. |
rightBottom | CoordPoint | A CoordPoint object specifying the geographical coordinate of the right-bottom corner of the bounding box. This value is assigned to the WmsBoundingBox.RightBottom property. |
See Also