www.mxdraw.com
|
构造函数
McDbText(const McGePoint3d& position, LPCTSTR text, McDbObjectId style = McDbObjectId::kNull, double height = 3.0, double rotation = 0);
参数 |
说明 |
const McGePoint3d& position |
文字位置 |
LPCTSTR text |
文字内容 |
McDbObjectId style = McDbObjectId::kNull |
文字风格,如果为空取当前文字样式 |
double height = 3.0 |
文字高度 |
double rotation = 0 |
文字的旋转角度 |