ESRI.ArcGIS.ADF.IMS
Envelope Constructor(Point,Point)
See Also 
ESRI.ArcGIS.ADF.IMS.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 an Envelope using points on the lower left and upper right.

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.