码迷,mamicode.com
首页 > 其他好文 > 详细

HObject 型ho_Image转BYTE型的pImage

时间:2015-01-13 10:24:52      阅读:590      评论:0      收藏:0      [点我收藏+]

标签:

示意代码如下:

1 GetImagePointer1(ho_Image, &hv_Pointer, &hv_Type, &hv_Width, &hv_Height);
2 BYTE *p=(BYTE *)hv_Pointer[0].L();
3 int height= (Hlong)hv_Height; 
4 int width = (Hlong)hv_Width;
5 memcpy(pImage,p,width*height*sizeof(BYTE));

 

HObject 型ho_Image转BYTE型的pImage

标签:

原文地址:http://www.cnblogs.com/youngxin/p/4220418.html

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