ESRI.ArcGIS.ADF.Web.UI.WebControls.Layout
Extent Constructor(Double,Double,Double,Double)
See Also 
ESRI.ArcGIS.ADF.Web.UI.WebControls Namespace > Extent Class > Extent Constructor : Extent Constructor(Double,Double,Double,Double)




xMin
The X coordinate of the extent's lower left.
yMin
The Y coordinate of the extent's lower left.
xMax
The X coordinate of the extent's upper right.
yMax
The Y coordinate of the extent's upper right.
Constructor taking coordinates.

Syntax

Visual Basic (Declaration) 
Public Function New( _
   ByVal xMin As Double, _
   ByVal yMin As Double, _
   ByVal xMax As Double, _
   ByVal yMax As Double _
)
Visual Basic (Usage)Copy Code
Dim xMin As Double
Dim yMin As Double
Dim xMax As Double
Dim yMax As Double
 
Dim instance As Extent(xMin, yMin, xMax, yMax)
C# 
public Extent( 
   double xMin,
   double yMin,
   double xMax,
   double yMax
)

Parameters

xMin
The X coordinate of the extent's lower left.
yMin
The Y coordinate of the extent's lower left.
xMax
The X coordinate of the extent's upper right.
yMax
The Y coordinate of the extent's upper right.

See Also

© 2010 All Rights Reserved.