简介:
NX二次开发 截图、向excel表格中插入图片 UF_DISP_create_framed_image
截图:
UF_DISP_create_framed_image
插入图片
int id = book->addPicture(L"F:\\ActionButton\\post_temp.bmp");
sheet->setPicture(10, 11, id);
me.hpp 内容:http://t.csdn.cn/QNPAi
文章作者:里海
来源网站:https://blog.csdn.net/WangPaiFeiXingYuan