ESRI.ArcGIS.Mobile.Client
Crop Method
See Also  Send Feedback
ESRI.ArcGIS.Mobile.Client.Controls Namespace > ImageViewer Class : Crop Method

cropArea
Rectangle area to Crop
Crop the Image

Syntax

Visual Basic (Declaration) 
Public Sub Crop( _
   ByVal cropArea As Int32Rect _
) 
C# 
public void Crop( 
   Int32Rect cropArea
)

Parameters

cropArea
Rectangle area to Crop

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