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

x1
The first X-value.
y1
The first Y-value.
x2
The second X-value.
y2
The second Y-value.
Initializes the envelope for a region defined by maximum and minimum values.

Syntax

Visual Basic (Declaration) 
Public Overloads Sub Initialize( _
   ByVal x1 As Double, _
   ByVal y1 As Double, _
   ByVal x2 As Double, _
   ByVal y2 As Double _
) 
C# 
public void Initialize( 
   double x1,
   double y1,
   double x2,
   double y2
)

Parameters

x1
The first X-value.
y1
The first Y-value.
x2
The second X-value.
y2
The second Y-value.

Requirements

Target 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