-
MapObject2.2控件代码
MapObject2.2控件代码-MapObject2.2 control code
- 2022-03-19 12:21:03下载
- 积分:1
-
贝塞尔曲线的一个描述,这是最新的程序,希望能和大家共享...
贝塞尔曲线的一个描述,这是最新的程序,希望能和大家共享-Bezier curves, a description, which is the latest procedures, and we hope to share
- 2022-10-03 17:00:04下载
- 积分:1
-
用vb编的二维绘图程序
用vb编的二维绘图程序-vb series with the two-dimensional drawing program
- 2022-07-19 14:13:01下载
- 积分:1
-
vc编的最小cad系统
vc编的最小cad系统-vc series of the smallest cad system
- 2022-02-03 13:31:56下载
- 积分:1
-
用MFC制作屏幕保护程序
用MFC制作屏幕保护程序-produced using MFC screen protection program
- 2022-06-27 08:50:22下载
- 积分:1
-
徐堵哥哥流苏图像钩但为进攻K线板…
徐堵哥流苏形象勾不过K线板,为进攻挡得住别有用心的别有用心!
- 2022-01-21 23:58:52下载
- 积分:1
-
in Image Processing category will read the color image into a gray
在图像处理类中将读取的彩色图像转化为灰度图像用于后续处理-in Image Processing category will read the color image into a gray-scale images for follow-up treatment
- 2022-05-05 08:36:48下载
- 积分:1
-
VGG MultiView Compute Library,包含各种图像插值算法的实现和图像变换矩阵参数估计...
VGG MultiView Compute Library,包含各种图像插值算法的实现和图像变换矩阵参数估计-VGG MultiView Compute Library, contains a variety of image interpolation algorithm and image transformation matrix parameter estimation
- 2023-04-30 04:30:03下载
- 积分:1
-
MPEG
MPEG-2-13818æ ‡å‡†-MPEG-2-13818 standards
- 2022-03-15 06:32:23下载
- 积分:1
-
设计思路:
对Windows XP自带的画笔程序进行分析,一般User画图过程:
首先鼠标选择绘图工具,然后选择颜色,接着按User需要作图。User对...
设计思路:
对Windows XP自带的画笔程序进行分析,一般User画图过程:
首先鼠标选择绘图工具,然后选择颜色,接着按User需要作图。User对产出的图像进行操作。
对图形元素抽象出公共属性,设计我的画板的作图过程:
选择工具 、画预览效果、User满意并确定、绘制效果。
下面是程序用到主要变量:
当前绘图点粒度:int iGranularity
当前使用颜色:COLORREF curColor
当前绘图状态:int iPaintStatus
当前绘图状态属性:int iPaintProperty
前一个鼠标坐标:CPoint pOldPoint
多边形起点:CPoint pStartPoint
多边形终点:CPoint pEndPoint
当前鼠标坐标:CPoint pCurPoint
输出文本字符串缓存:CString strTextOut
对典型操作过程(画矩形)描述:
用户选择工具_RECTANGLE(使iPaintStatus=_RECTANGLE)、
选择绘图颜色(设定curColor)、
用户按下鼠标左键使绘图状态属性为预览(iPaintProperty=_PREVIEW)、
用户移动鼠标(绘制图形的橡皮线效果)
用户放开左键(绘制图形的实线效果)
-design : Windows XP"s own brush analysis procedures, the general User drawing process : first choice mouse drawing tool, then select colors, followed by Graphic User needs. User to output images to operate. Right abstract graphic elements from the public properties, design I slate of mapping process : select tools, painting preview effects, User satisfaction and identification, mappi
- 2022-03-11 03:27:30下载
- 积分:1