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

center
width
height
Initializes a new instance of the Envelope class using a center point, a width and a height.

Syntax

Visual Basic (Declaration) 
Public Function New( _
   ByVal center As Coordinate, _
   ByVal width As Double, _
   ByVal height As Double _
)
C# 
public Envelope( 
   Coordinate center,
   double width,
   double height
)

Parameters

center
width
height

Exceptions

ExceptionDescription
ArgumentNullExceptionNull coordinate for center point of an 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