把视区显示到指定的矩形区域
ARXDLL bool ZoomW(IN double dDocLBx, IN double dDocLBy, IN double dDocRTx, IN double dDocRTy, McApDocument* pDoc = NULL);
ArxFun.h
参数 |
说明 |
IN double dDocLBx |
缩放范围的左下角X值 |
IN double dDocLBy |
缩放范围的左下角Y值 |
IN double dDocRTx |
缩放范围的右上角X值 |
McApDocument* pDoc = NULL |
文档对象指针,如果为空取当前控件的文档对象 |
dDocRTY |
缩放范围的右上角Y值 |