ESRI.ArcGIS.Mobile.Client
BitmapToBitmapSourceConverter Class
Members  See Also  Send Feedback
ESRI.ArcGIS.Mobile.Client.ValueConverters Namespace : BitmapToBitmapSourceConverter Class

Converts a System.Drawing.Bitmap into a System.Windows.Media.Imaging.BitmapSource. Internally it uses a cache of the resulting BitmapSource so that for any given Bitmap object it creates a single BitmapSource object. ClearCache should be called to empty the (static) cache when it is no longer needed.

Syntax

Visual Basic (Declaration) 
Public Class BitmapToBitmapSourceConverter 
C# 
public class BitmapToBitmapSourceConverter 

Inheritance Hierarchy

System.Object
   ESRI.ArcGIS.Mobile.Client.ValueConverters.BitmapToBitmapSourceConverter

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