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.
Visual Basic (Declaration) | |
---|---|
Public Function New( _ ByVal minPoint As Point, _ ByVal maxPoint As Point _ ) |
Visual Basic (Usage) | Copy Code |
---|---|
|
Parameters
- minPoint
- Lower left point of the Envelope.
- maxPoint
- Upper right point of the Envelope.