Provides support for converting image data buffers.
Syntax
Visual Basic (Declaration) | |
---|
Public MustInherit NotInheritable Class RasterBufferConverter |
C# | |
---|
public static class RasterBufferConverter |
Managed Extensions for C++ | |
---|
public __gc abstract __sealed class RasterBufferConverter |
C++/CLI | |
---|
public ref class RasterBufferConverter abstract sealed |
Example
This example loads an image at 24 bits per pixel, and creates a new image at 16 bits per pixel, and uses the
Convert method to convert data from 24 bits per pixel to 16 bits per pixel.
Inheritance Hierarchy
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