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

extent
Converts the map envelope (map units) into a Rectangle in client screen space (pixels).

Syntax

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

Parameters

extent

Return Value

System.Drawing.Point

Exceptions

ExceptionDescription
ArgumentNullExceptionNull extent.

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