Copy image to new Windows DIB
| Visual Basic |
|---|
Public Function SaveToDIB() As Long |
Creates Device Independent Bitmap (DIB). DIB starts with BITMAPINFOHEADER structure. To release DIB created by this function use GlobalFree (hDib)
| VB Example (Visual Basic) | Copy Code | |
|---|---|---|
| ||