ESRI.ArcGIS.Mobile
Envelope Constructor
See Also  Send Feedback
ESRI.ArcGIS.Mobile.Geometries Namespace > Envelope Class : Envelope Constructor

Initializes a new instance of the Envelope class.

Overload List

OverloadDescription
Envelope Constructor()Initializes a new instance of the Envelope class.  
Envelope Constructor(Coordinate)Initializes a new instance of the Envelope class.  
Envelope Constructor(Coordinate,Coordinate) Initializes a new instance of the Envelope class using the bottom left and top right coordinates.  
Envelope Constructor(Coordinate,Double,Double) Initializes a new instance of the Envelope class using a center point, a width and a height.  
Envelope Constructor(Double,Double,Double,Double)Initializes a new instance of the Envelope class.  
Envelope Constructor(Envelope) Initializes a new instance of the Envelope class using the properties of another envelope instance.  

Requirements

Platforms: Windows 98, Windows NT 4.0, Windows Millennium Edition, Windows 2000, Windows XP Home Edition, Windows XP Professional, Windows Server 2003 family, Windows Vista, Windows Server 2008 family

See Also