ESRI.ArcGIS.Mobile
Envelope Constructor(Coordinate,Coordinate)
See Also  Send Feedback
ESRI.ArcGIS.Mobile.Geometries Namespace > Envelope Class > Envelope Constructor : Envelope Constructor(Coordinate,Coordinate)

bottomLeft
A Coordinate defining bottom left corner of an Envelope.
topRight
A Coordinate defining top right corner of an Envelope.
Initializes a new instance of the Envelope class using the bottom left and top right coordinates.

Syntax

Visual Basic (Declaration) 
Public Function New( _
   ByVal bottomLeft As Coordinate, _
   ByVal topRight As Coordinate _
)
C# 
public Envelope( 
   Coordinate bottomLeft,
   Coordinate topRight
)

Parameters

bottomLeft
A Coordinate defining bottom left corner of an Envelope.
topRight
A Coordinate defining top right corner of an Envelope.

Exceptions

ExceptionDescription
ArgumentNullExceptionNull coordinate for bottom left corner of envelope.
ArgumentNullExceptionNull coordinate for top right corner of envelope.

Requirements

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