BitmapObject Constructor | |
Construct a BitmapObject object.
Namespace:
VO
Assembly:
VOGUIClasses (in VOGUIClasses.dll) Version: 2.19
Syntax CONSTRUCTOR(
oPoint,
oDimension,
oBitmap
) CLIPPER
[ClipperCallingConventionAttribute(new string[] { ... })]
public BitmapObject(
Usual oPoint = default,
Usual oDimension = default,
Usual oBitmap = default
)
Request Example
View SourceParameters
- 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