ESRI.ArcGIS.ADF.IMS
Envelope Constructor(Double,Double,Double,Double)
See Also  Send Feedback
ESRI.ArcGIS.ADF.IMS.Geometry Namespace > Envelope Class > Envelope Constructor : Envelope Constructor(Double,Double,Double,Double)




minx
miny
maxx
maxy
Constructs an Envelope.

Syntax

Visual Basic (Declaration) 
Public Function New( _
   ByVal minx As Double, _
   ByVal miny As Double, _
   ByVal maxx As Double, _
   ByVal maxy As Double _
)
Visual Basic (Usage)Copy Code
Dim minx As Double
Dim miny As Double
Dim maxx As Double
Dim maxy As Double
 
Dim instance As New Envelope(minx, miny, maxx, maxy)
C# 
public Envelope( 
   double minx,
   double miny,
   double maxx,
   double maxy
)

Parameters

minx
miny
maxx
maxy

Example

For an example, see MapView.Draw(SpatialReference) .

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

© 2011 All Rights Reserved.