Skip to main content
A newer version of this page is available. .

WmsBoundingBox(String, CoordPoint, CoordPoint) Constructor

Initializes a new instance of the WmsBoundingBox class with the specified parameters.

Namespace: DevExpress.XtraMap

Assembly: DevExpress.XtraMap.v18.2.dll

Declaration

public WmsBoundingBox(
    string crsCode,
    CoordPoint leftTop,
    CoordPoint rightBottom
)

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