ESRI.ArcGIS.Mobile
ToMap(Rectangle) Method
See Also  Send Feedback
ESRI.ArcGIS.Mobile Namespace > Map Class > ToMap Method : ToMap(Rectangle) Method

screenExtent
System.Drawing.Rectangle
Converts a client screen Rectangle (pixels) into an envelope in map's space (map units).

Syntax

Visual Basic (Declaration) 
Public Overloads Function ToMap( _
   ByVal screenExtent As Rectangle _
) As Envelope
C# 
public Envelope ToMap( 
   Rectangle screenExtent
)

Parameters

screenExtent
System.Drawing.Rectangle

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