BitmapObject Constructor (Typed) | |
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
)
public BitmapObject(
Point oPoint,
Dimension oDimension,
Bitmap oBitmap
)
Request Example
View SourceParameters
- 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