Click or drag to resize

BitmapObject Constructor (Typed)

X#
Construct a BitmapObject object.

Namespace:  XSharp.VO.SDK
Assembly:  XSharp.VOGUIClasses (in XSharp.VOGUIClasses.dll) Version: 2.19
Syntax
 CONSTRUCTOR(
	oPoint AS Point,
	oDimension AS Dimension,
	oBitmap AS Bitmap
)
Request Example View Source

Parameters

oPoint
Type: Point
The origin of the BitmapObject object, in canvas coordinates.
oDimension
Type: Dimension
The dimension of the BitmapObject object, in canvas coordinates.
oBitmap
Type: Bitmap
The bitmap to be used.
See Also