BoundingBox.ConvertToScreen 方法 | |
将边界框转换为给定窗口的屏幕坐标。
命名空间:
VO
程序集:
VOGUIClasses (在 VOGUIClasses.dll 中) 版本:2.22 GA
语法 VIRTUAL METHOD ConvertToScreen(
oWindow
) AS USUAL CLIPPER
[ClipperCallingConventionAttribute(new string[] { ... })]
public virtual __Usual ConvertToScreen(
__Usual oWindow = default
)
查看代码参数
- oWindow (Optional)
- 类型:__Usual
用于转换的 Window 对象。
返回值
类型:
__Usual
TRUE.
参见