ESRI.ArcGIS.ADF.Web
ConvertTo8Bit Method
See Also  Send Feedback
ESRI.ArcGIS.ADF.Web.Display.Drawing Namespace > GdiUtility Class : ConvertTo8Bit Method




origBmp

Syntax

Visual Basic (Declaration) 
Public Shared Function ConvertTo8Bit( _
   ByVal origBmp As Bitmap _
) As Bitmap
Visual Basic (Usage)Copy Code
Dim origBmp As Bitmap
Dim value As Bitmap
 
value = GdiUtility.ConvertTo8Bit(origBmp)
C# 
public static Bitmap ConvertTo8Bit( 
   Bitmap origBmp
)

Parameters

origBmp

Remarks

The Bitmap sent in will be disposed of and a new one will be returned.

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

© 2011 All Rights Reserved.