ArcGIS API for WPF - Library Reference
Envelope Constructor(Double,Double,Double,Double)
See Also  Send comments on this topic
ESRI.ArcGIS.Client.Geometry Namespace > Envelope Class > Envelope Constructor : Envelope Constructor(Double,Double,Double,Double)

x1
x min
y1
y min
x2
x max
y2
y max
Initializes a new instance of the Envelope class.

Syntax

Visual Basic (Declaration) 
Public Function New( _
   ByVal x1 As Double, _
   ByVal y1 As Double, _
   ByVal x2 As Double, _
   ByVal y2 As Double _
)
C# 
public Envelope( 
   double x1,
   double y1,
   double x2,
   double y2
)

Parameters

x1
x min
y1
y min
x2
x max
y2
y max

Requirements

Target Platforms: Windows XP Professional, Windows Server 2003 family, Windows Vista, Windows Server 2008 family

See Also

© ESRI, Inc. All Rights Reserved.