Available in the LEADTOOLS Imaging toolkit. |
SetDIB method (Main Control)
Visual Basic example
Visual C++ 4.0 example
Visual J++ example
Syntax short SetDIB (OLE_HANDLE hDIB);
Overview: Refer to Copying and Creating Bitmaps.
Remarks
Makes a copy of a device independent bitmap (DIB) and assigns the copy to the Main Control.
Ordinarily, you would need a DIB only if you are using Windows C DLL functions. Nevertheless, for simplicity, the examples in this documentation get and set a DIB without using the C DLL.
See Also
Elements: GetDIB method, GetDDB method, SetDDB method
Topics: Raster Images: Exchanging Imgages with Other Objects