ESRI.ArcGIS.ADF.IMS
Envelope Constructor(Point,Point)
See Also  Send Feedback
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 New 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.

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.