ESRI.ArcGIS.Mobile
Initialize(Coordinate,Double,Double) Method
See Also  Send Feedback
ESRI.ArcGIS.Mobile.Geometries Namespace > Envelope Class > Initialize Method : Initialize(Coordinate,Double,Double) Method

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

Syntax

Visual Basic (Declaration) 
Public Overloads Sub Initialize( _
   ByVal center As Coordinate, _
   ByVal width As Double, _
   ByVal height As Double _
) 
C# 
public void Initialize( 
   Coordinate center,
   double width,
   double height
)

Parameters

center
width
height

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