LEADTOOLS (Leadtools assembly) Send comments on this topic. | Back to Introduction - All Topics | Help Version 17.0.3.29
Convert Method
See Also 
Leadtools Namespace > RasterBufferConverter Class : Convert Method



Converts data in the specified unmanaged memory buffer to the specified bits per pixel and color order.

Overload List

OverloadDescription
Convert(IntPtr,Int32,Int32,Int32,RasterByteOrder,RasterByteOrder,RasterColor[],RasterColor[],Int32)Converts data in the specified unmanaged memory buffer to the specified bits per pixel and color order.  
Convert(IntPtr,Int32,Int32,Int32,RasterByteOrder,RasterByteOrder,RasterColor[],RasterColor[],Int32,Int32,Int32,RasterConvertBufferFlags)Converts data in the specified unmanaged memory buffer to the specified bits per pixel and color order.  
Convert(IntPtr,Int32,Int32,Int32,RasterByteOrder,RasterByteOrder,RasterColor[],RasterColor[],RasterColor16[],RasterColor16[],Int32,Int32,Int32,RasterConvertBufferFlags)Converts data in the specified unmanaged memory buffer to the specified bits per pixel and color order.  
Convert(Byte[],Int32,Int32,Int32,Int32,RasterByteOrder,RasterByteOrder,RasterColor[],RasterColor[],Int32)Converts data in the specified buffer to the specified bits per pixel and color order. Supported in Silverlight, Windows Phone 7  
Convert(Byte[],Int32,Int32,Int32,Int32,RasterByteOrder,RasterByteOrder,RasterColor[],RasterColor[],Int32,Int32,Int32,RasterConvertBufferFlags)Converts data in the specified buffer to the specified bits per pixel and color order. Supported in Silverlight, Windows Phone 7  
Convert(Byte[],Int32,Int32,Int32,Int32,RasterByteOrder,RasterByteOrder,RasterColor[],RasterColor[],RasterColor16[],RasterColor16[],Int32,Int32,Int32,RasterConvertBufferFlags)Converts data in the specified buffer to the specified bits per pixel and color order. Supported in Silverlight, Windows Phone 7  

Requirements

Target Platforms: Silverlight, Windows XP, Windows Server 2003 family, Windows Server 2008 family, Windows Vista, Windows 7, MAC OS/X (Intel Only), Windows Phone 7

See Also