www.mxdraw.com
|
设置光栅图的显示位置和缩放比例
Mdesk::Boolean setOrientation(const McGePoint3d& origin, const McGeVector3d& uCorner, const McGeVector3d& vOnPlane);
参数 |
说明 |
const McGePoint3d& origin |
光栅图的左下角位置 |
const McGeVector3d& uCorner |
光栅图的宽度方向显示向量,用于确定光栅图的宽度,和旋转角度 |
const McGeVector3d& vOnPlane |
光栅图的高度方向显示向量,该向量必须垂直vConer,确定光栅图的高度 |
成功返回Mdesk:kTrue