码迷,mamicode.com
首页 > 移动开发 > 详细

arx 移动界面到一点

时间:2020-02-22 23:48:50      阅读:98      评论:0      收藏:0      [点我收藏+]

标签:bsp   poi   ons   host   tab   界面   record   clear   dbv   

 

AcDbViewTableRecord view;
AcGePoint3d max = acdbHostApplicationServices()->workingDatabase()->extmax(),
min = acdbHostApplicationServices()->workingDatabase()->extmin();
view.setCenterPoint(AcGePoint2d(ptInsert.x, ptInsert.y));
view.setHeight(dHeight * 20);
view.setWidth(dHeight * 20);
acedSetCurrentView(&view, NULL);
acdbHostApplicationServices()->workingDatabase()->updateExt(TRUE);

arx 移动界面到一点

标签:bsp   poi   ons   host   tab   界面   record   clear   dbv   

原文地址:https://www.cnblogs.com/mjgw/p/12347867.html

(0)
(0)
   
举报
评论 一句话评论(0
登录后才能评论!
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!