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




minPoint
Lower left point of the Envelope.
maxPoint
Upper right point of the Envelope.
Constructs a 2 dimensional Envelope.

Syntax

Visual Basic (Declaration) 
Public Function New( _
   ByVal minPoint As Point, _
   ByVal maxPoint As Point _
)
Visual Basic (Usage)Copy Code
Dim minPoint As Point
Dim maxPoint As Point
 
Dim instance As Envelope(minPoint, maxPoint)
C# 
public Envelope( 
   Point minPoint,
   Point maxPoint
)

Parameters

minPoint
Lower left point of the Envelope.
maxPoint
Upper right point of the Envelope.

See Also

© 2010 All Rights Reserved.