Visual Basic (Declaration) | |
---|---|
Public Shared Function ChangeFromDib( _ ByVal hdib As IntPtr _ ) As RasterImage |
Visual Basic (Usage) | Copy Code |
---|---|
|
C# | |
---|---|
public static RasterImage ChangeFromDib( IntPtr hdib ) |
Managed Extensions for C++ | |
---|---|
public: static RasterImage* ChangeFromDib( IntPtr hdib ) |
C++/CLI | |
---|---|
public: static RasterImage^ ChangeFromDib( IntPtr hdib ) |
Parameters
- hdib
- The DIB handle to be changed.
Return Value
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:
YVU9 (YUV9) I420 (YUV12) YUV2 YV12 IF09 IYUV UYVY cyuv YUY2 YVYU Y41P Y211 Y41T Y42T
This function does not support signed images.
For more information on DDBs and DIBs, refer to Using DIBs, DDBs, and the Clipboard.
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