DIBDelete Function | |
Destroy a DIB created either by DIBCreateFromFile() or DIBCreateFromPtr().
Namespace:
VOGUIClasses
Assembly:
VOGUIClasses (in VOGUIClasses.dll) Version: 2.19
Syntax FUNCTION DIBDelete(
pWinBmp AS PTR
) AS VOID
public static void DIBDelete(
void* pWinBmp
)
Request Example
View SourceParameters
- pWinBmp
- Type: Void*
Pointer to DIB data.
Return Value
Type:
Remarks
DIBDelete() destroys a DIB created by DIBCreateFromFile() or DIBCreateFromPtr().
Examples
See the DIBCreateFromPtr() example.
See Also