Visual Basic (Declaration) | |
---|---|
Public Overloads Shared Sub Convert8( _ ByVal inBuffer As IntPtr, _ ByVal outBuffer As IntPtr, _ ByVal width As Integer, _ ByVal inFormat As RasterColorSpaceFormat8, _ ByVal outFormat As RasterColorSpaceFormat8 _ ) |
Visual Basic (Usage) | Copy Code |
---|---|
|
C# | |
---|---|
public static void Convert8( IntPtr inBuffer, IntPtr outBuffer, int width, RasterColorSpaceFormat8 inFormat, RasterColorSpaceFormat8 outFormat ) |
C++/CLI | |
---|---|
public: static void Convert8( IntPtr inBuffer, IntPtr outBuffer, int width, RasterColorSpaceFormat8 inFormat, RasterColorSpaceFormat8 outFormat ) |
Parameters
- inBuffer
- An unmanaged pointer containing the source image data
- outBuffer
- An array of bytes to be filled with the converted image data
- width
- Image width, in pixels
- inFormat
- The format of the input data
- outFormat
- The desired format of the converted data
For an example, refer to RasterColorSpace.
Target Platforms: Microsoft .NET Framework 3.0, Windows XP, Windows Server 2003 family, Windows Server 2008 family