public static RasterImage ChangeFromDib(
IntPtr hdib
)
Public Shared Function ChangeFromDib( _
ByVal hdib As IntPtr _
) As RasterImage
public:
static RasterImage^ ChangeFromDib(
IntPtr hdib
)
hdib
The DIB handle to be changed.
The newly created RasterImage object.
This method results in only one copy of the image, and it invalidates the DIB handle.
This method supports the standard DIB formats (BI_RGB and BI_BITFIELDS) as well as some FOURCC (Four Character Code) formats that some capture cards output.
The following formats are the FOURCC formats that LEADTOOLS currently supports:
This function does not support signed images.
For more information on DDBs and DIBs, refer to Using DIBs, DDBs, and the Clipboard.
For an example, refer to ChangeToDib.
RasterImageConverter.FromHBitmap
RasterImageConverter.ToHBitmap
Help Collections
Raster .NET | C API | C++ Class Library | HTML5 JavaScript
Document .NET | C API | C++ Class Library | HTML5 JavaScript
Medical .NET | C API | C++ Class Library | HTML5 JavaScript
Medical Web Viewer .NET
Multimedia
Direct Show .NET | C API | Filters
Media Foundation .NET | C API | Transforms
Supported Platforms
.NET, Java, Android, and iOS/macOS Assemblies
Imaging, Medical, and Document
C API/C++ Class Libraries
Imaging, Medical, and Document
HTML5 JavaScript Libraries
Imaging, Medical, and Document