Click or drag to resize

DIBShow Function

X#
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
Request Example View Source

Parameters

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