Leadtools Namespace > RasterImage Class : ChangeFromDib Method |
public static RasterImage ChangeFromDib( IntPtr hdib )
'Declaration Public Shared Function ChangeFromDib( _ ByVal hdib As IntPtr _ ) As RasterImage
'Usage Dim hdib As IntPtr Dim value As RasterImage value = RasterImage.ChangeFromDib(hdib)
public static RasterImage ChangeFromDib( IntPtr hdib )
function Leadtools.RasterImage.ChangeFromDib( hdib )
public: static RasterImage^ ChangeFromDib( IntPtr hdib )
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.