BitmapObject 构造函数 | |
构造一个 BitmapObject 对象。
命名空间:
VO
程序集:
VOGUIClasses (在 VOGUIClasses.dll 中) 版本:2.22 GA
语法 CONSTRUCTOR(
oPoint,
oDimension,
oBitmap
) CLIPPER
[ClipperCallingConventionAttribute(new string[] { ... })]
public BitmapObject(
__Usual oPoint = default,
__Usual oDimension = default,
__Usual oBitmap = default
)
查看代码参数
- oPoint (Optional)
- 类型:__Usual
BitmapObject 对象的原点,以画布坐标表示。 - oDimension (Optional)
- 类型:__Usual
BitmapObject 对象的尺寸,以画布坐标表示。 - oBitmap (Optional)
- 类型:__Usual
要使用的位图。
参见