| Visual Basic (Declaration) | |
|---|---|
Public Overloads Shared Sub Convert16( _ ByVal inBuffer() As Byte, _ ByVal inBufferOffset As Integer, _ ByVal outBuffer() As Byte, _ ByVal outBufferOffset As Integer, _ ByVal width As Integer, _ ByVal inFormat As RasterColorSpaceFormat16, _ ByVal outFormat As RasterColorSpaceFormat16 _ ) | |
| Visual Basic (Usage) | Copy Code |
|---|---|
| |
| C# | |
|---|---|
public static void Convert16( byte[] inBuffer, int inBufferOffset, byte[] outBuffer, int outBufferOffset, int width, RasterColorSpaceFormat16 inFormat, RasterColorSpaceFormat16 outFormat ) | |
| C++/CLI | |
|---|---|
public: static void Convert16( array<byte>^ inBuffer, int inBufferOffset, array<byte>^ outBuffer, int outBufferOffset, int width, RasterColorSpaceFormat16 inFormat, RasterColorSpaceFormat16 outFormat ) | |
Parameters
- inBuffer
- An array of bytes containing the source image data
- inBufferOffset
- Zero-based index into inBuffer
- outBuffer
- An array of bytes to be filled with the converted image data
- outBufferOffset
- Zero-based index into outBuffer
- 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