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




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

Overload List

OverloadDescription
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.  
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.  
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[],Int32) Converts data in the specified unmanaged memory buffer to the specified bits per pixel and color order.  

Requirements

Target Platforms: Microsoft .NET Framework 2.0, Windows 98, Windows NT 4.0, Windows Millennium Edition, Windows 2000, Windows XP Home Edition, Windows XP Professional, Windows Server 2003 family

See Also