Click or drag to resize

Bitmap Constructor

X#
Load a bitmap from the resource entity.

Namespace:  VO
Assembly:  VOGUIClasses (in VOGUIClasses.dll) Version: 2.19
Syntax
 CONSTRUCTOR(
	xResourceID,
	kLoadOption,
	iWidth,
	iHeight
) CLIPPER
Request Example View Source

Parameters

xResourceID (Optional)
Type: Usual
The ResourceID object of the bitmap or the numeric resource ID of the bitmap.
kLoadOption (Optional)
Type: Usual
The optional constant representing the load option. The default is LR_DEFAULTCOLOR.
iWidth (Optional)
Type: Usual
The optional width of the bitmap. The default is the width of the bitmap.
iHeight (Optional)
Type: Usual
The optional height of the bitmap. The default is the height of the bitmap.
See Also