Click or drag to resize

FixedImage Constructor

X#
Construct a FixedImage control.

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 control.
uID (Optional)
Type: Usual
The unique ID of the control (between 1 and 8000).
uPoint (Optional)
Type: Usual
The origin of the control in canvas coordinates.
uDimension (Optional)
Type: Usual
The dimension of the control in canvas coordinates.
uResID (Optional)
Type: Usual
The resource ID of the control.
See Also