DIBShow Function | |
Display the DIB within the specified window.
Namespace:
VOGUIClasses
Assembly:
VOGUIClasses (in VOGUIClasses.dll) Version: 2.19
Syntax FUNCTION DIBShow(
pWinBmp AS PTR,
hWnd AS PTR
) AS VOID
public static void DIBShow(
void* pWinBmp,
void* hWnd
)
Request Example
View SourceParameters
- pWinBmp
- Type: Void*
Pointer to DIB data. - hWnd
- Type: Void*
Window handle.
Return Value
Type:
Remarks
DIBShow() displays the DIB within to the specified window <hWnd>.
Examples
See the DIBCreateFromPtr() example.
See Also