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




minx
Minimum X coordinate of the Envelope.
miny
Minimum Y coordinate of the Envelope. This is the bottom edge of the envelope.
maxx
Maximum X coordinate of the Envelope.
maxy
Maximum Y coordinate of the Envelope. This is the top edge of the envelope.
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 Envelope(minx, miny, maxx, maxy)
C# 
public Envelope( 
   double minx,
   double miny,
   double maxx,
   double maxy
)

Parameters

minx
Minimum X coordinate of the Envelope.
miny
Minimum Y coordinate of the Envelope. This is the bottom edge of the envelope.
maxx
Maximum X coordinate of the Envelope.
maxy
Maximum Y coordinate of the Envelope. This is the top edge of the envelope.

See Also

© 2010 All Rights Reserved.