UserToWindowAdv
Views.ActiveView.UserToWindowAdv();
功能说明
将用户坐标转换为窗口坐标
函数原型
UserToWindowAdv()
参数
参数名 | 类型 | 必填 | 说明 |
---|---|---|---|
x | double | 是 | X坐标: 输入设备坐标,输出窗口坐标 |
y | double | 是 | y坐标: 输入设备坐标,输出窗口坐标 |
特别说明
涉及到指针使用,该函数正确的方式是在高级语言如C++,Delphi中使用
返回值
无
调用示例
iWebPDF2015.Documents.ActiveDocument.Views. ActiveView.UserToWindowAdv(100,100,CComVariant(0));