Click or drag to resize

BitmapObject Constructor

X#
Construct a BitmapObject object.

Namespace:  VO
Assembly:  VOGUIClasses (in VOGUIClasses.dll) Version: 2.19
Syntax
 CONSTRUCTOR(
	oPoint,
	oDimension,
	oBitmap
) CLIPPER
Request Example View Source

Parameters

oPoint (Optional)
Type: Usual
The origin of the BitmapObject object, in canvas coordinates.
oDimension (Optional)
Type: Usual
The dimension of the BitmapObject object, in canvas coordinates.
oBitmap (Optional)
Type: Usual
The bitmap to be used.
See Also