Initializes a new instance of the Envelope class with the specified initial properties.

Overload List

  NameDescription
Envelope()()()
Initializes a new instance of the Envelope class.
Envelope(CoordinateSystem)
Initializes a new instance of the Envelope class with the specified CoordinateSystem.
Envelope(Double, Double, Double, Double)
Initializes a new instance of the Envelope class with the specified minimum and maximum X and Y coordinates.
Envelope(Double, Double, Double, Double, CoordinateSystem)
Initializes a new instance of the Envelope class with the specified minimum and maximum X and Y coordinates and CoordinateSystem.
Envelope(Double, Double, Double, Double, Double, Double)
Initializes a new instance of the Envelope class with the specified minimum and maximum X, Y and Z coordinates.
Envelope(Double, Double, Double, Double, Double, Double, CoordinateSystem)
Initializes a new instance of the Envelope class with the specified minimum and maximum X, Y and Z coordinates and CoordinateSystem.

Remarks

Overloaded constructors are available for efficient Envelope creation and definition of spatial location.

See Also