StatusBar.SetPair 方法 | |
设置一个 pair,表示要在状态栏上显示的坐标。
命名空间:
XSharp.VO.SDK
程序集:
XSharp.VOGUIClasses (在 XSharp.VOGUIClasses.dll 中) 版本:2.22 GA
语法 VIRTUAL METHOD SetPair(
oPoint AS Point
) AS VOID
public virtual void SetPair(
Point oPoint
)
查看代码参数
- oPoint
- 类型:Point
要设置的 point。
备注
您选择的坐标单位是任意的。
参见