ArcGIS API for Silverlight - Library Reference
Envelope Constructor(MapPoint,MapPoint)
See Also  Send comments on this topic
ESRI.ArcGIS.Client.Geometry Namespace > Envelope Class > Envelope Constructor : Envelope Constructor(MapPoint,MapPoint)

p1
First corner
p2
Second corner
Initializes a new instance of the Envelope class.

Syntax

Visual Basic (Declaration) 
Public Function New( _
   ByVal p1 As MapPoint, _
   ByVal p2 As MapPoint _
)
C# 
public Envelope( 
   MapPoint p1,
   MapPoint p2
)

Parameters

p1
First corner
p2
Second corner

Requirements

Target Platforms: Windows XP Professional, Windows Server 2003 family, Windows Vista, Windows Server 2008 family, Windows 7

See Also

© ESRI, Inc. All Rights Reserved.