Click or drag to resize

FixedBitmap Constructor

X#
Construct a FixedBitmap object.

Namespace:  VO
Assembly:  VOGUIClasses (in VOGUIClasses.dll) Version: 2.19
Syntax
 CONSTRUCTOR(
	uOwner,
	uID,
	uPoint,
	uDimension,
	uResID
) CLIPPER
Request Example View Source

Parameters

uOwner (Optional)
Type: Usual
The window that owns the fixed bitmap.
uID (Optional)
Type: Usual
The ID of the fixed bitmap.
uPoint (Optional)
Type: Usual
The origin of the fixed bitmap in canvas coordinates.
uDimension (Optional)
Type: Usual
The dimension of the fixed bitmap in canvas coordinates.
uResID (Optional)
Type: Usual
Resource ID object or numeric resource ID for the bitmap image to be associated with this FixedBitmap static control.
See Also