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

Initializes the envelope using a center coordinate and a width and a height.

Overload List

OverloadDescription
Initialize(Generic IList)  
Initialize(Coordinate,Double,Double) Initializes the envelope using a center coordinate and a width and a height.  
Initialize(Envelope)Initializes the envelope using another envelope.  
Initialize(Double,Double,Double,Double) Initializes the envelope for a region defined by maximum and minimum values.  
Initialize(Coordinate,Coordinate) Initializes the envelope to a region defined by two coordinates.  
Initialize(Coordinate)Initializes the envelope using a coordinate.  

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