摘要: 前言 CImage类是基于GDI+的,但是这里为什么要讲归于GDI? 主要是基于这样的考虑: 在GDI+环境中,我们可以直接使用GDI+ ,没多少必要再使用CImage类 但是,如果再GDI环境中,我们要想使用GDI+,有点麻烦,还得加入头文件,加入启动GDI+的代码和关闭GDI+的代码,显得太罗嗦 阅读全文
posted @ 2016-10-31 12:04 紫旭 阅读(705) 评论(0) 推荐(0) 编辑
摘要: void S_PicXZ(Graphics::TBitmap *Source,Graphics::TBitmap *NewPic,int angle)// { if(angle>180)angle=360-angle; if(angle<-180)angle=360+angle; float rad 阅读全文
posted @ 2016-10-31 10:46 紫旭 阅读(1773) 评论(0) 推荐(0) 编辑
摘要: #include<math.h>#include <iomanip.h> #include <stdlib.h>#include <windows.h>#include <stdio.h>#include <stdlib.h>#include <iostream.h>#include <fstrea 阅读全文
posted @ 2016-10-31 09:25 紫旭 阅读(436) 评论(0) 推荐(0) 编辑