CDN加速镜像 | 设为首页 | 加入收藏夹
当前位置: 首页 资源下载 搜索资源 - 画刷

搜索资源列表

  1. paintex

    0下载:
  2. 绘制各种图形的小软件,以及背景,画笔,画刷,颜色设置-Draw various graphics software, as well as the background, brush, brush, color settings, etc.
  3. 所属分类:2D Graphic

    • 发布日期:2017-11-26
    • 文件大小:700207
    • 提供者:赵亮
  1. mythree

    0下载:
  2. MFC下绘图功能的实现,是用鼠标实现,在Visual C++借助多种画刷工具-MFC drawing functions under implementation, with the mouse, multiple brush tools in Visual C++ With
  3. 所属分类:Multimedia Develop

    • 发布日期:2017-11-11
    • 文件大小:850889
    • 提供者:wrj
  1. MyButtonDlg

    0下载:
  2. 该项目进行button类的重绘工作,与普通控件不同的是button的重绘工作不能由OnCtrlColor中返回画刷实现,要通过派生新累重写DrawItem来实现。-The project button redraw the common control, the button redraw work can not be returned by the OnCtrlColor brush to achieve, to be achieved by deriving new tired rewri
  3. 所属分类:Button control

    • 发布日期:2017-11-16
    • 文件大小:65601
    • 提供者:徐旺
  1. 4-5

    0下载:
  2. 定义一只红色的画笔,绘制一个等边五边形。用不同颜色的线条连接互不相邻的两个点。用不同颜色的画刷填充用上述方法所形成的图形中的每一个区域。-The definition of a red pen, draw an equilateral pentagon. Connected to the lines of different colors adjacent to each other two points. Videos brush with a different color for fill
  3. 所属分类:Other windows programs

    • 发布日期:2017-11-19
    • 文件大小:2961060
    • 提供者:王鸿阳
  1. ComputerGraghics

    0下载:
  2. 运用CDC类的主要绘图成员函数,定义、选取画笔,定义、选取画刷,绘制多边形。   本实验的例子全部在TestView.cpp文件的void CTestView::OnDraw(CDC * pDC)函数中完成。    实验预期结果:绘制一个由8个三角形组成的八边形,每个三角形用不同的颜色填充,颜色次序为彩虹色。-Use CDC class drawing member functions defined, select the brush, the definition, select a b
  3. 所属分类:2D Graphic

    • 发布日期:2017-11-15
    • 文件大小:2447463
    • 提供者:Linsy
  1. file4

    0下载:
  2. 在MFC平台下画圆,并且用画刷填充不同的颜色,还可以删除画好的直线-Drawing circle an the flat of MFC,fill different colors,and delete straight line which is drawed just right.
  3. 所属分类:Dialog_Window

    • 发布日期:2017-11-13
    • 文件大小:791
    • 提供者:来燃
  1. GFDMRKgLW

    0下载:
  2. 使用不同类型的画刷填充矩形的vc代码,好,适合初学的人-Use different types of brush to fill a rectangle vc code, suitable for beginners who look
  3. 所属分类:Windows Kernel

    • 发布日期:2017-11-23
    • 文件大小:37673
    • 提供者:王娟
  1. Ex07_1

    0下载:
  2. VC++绘图教例,介绍如何使用画笔,画刷,设置字体,位图等-VC++ Drawing case
  3. 所属分类:source in ebook

    • 发布日期:2017-11-25
    • 文件大小:115771
    • 提供者:夏凉吾
  1. BitmapWindow1

    0下载:
  2. VC++异形窗口,示范了如何使用VC创建以图片为对话框形状的异形窗口,本款异形窗口在WM_ERASEBKGND消息中自贴图,实现的方法和原理:先创建一个无背影画刷窗口,然后在WM_CREATE中并指定透明颜色, 缩放位图后加载至s_hdcMem中,最后在WM_ERASEBKGND中用s_hdcMem贴图即可。   实现时需要缩放位图、得到窗口大孝创建与窗口大小相等且能容纳位图的HDC - s_hdcMem、将原位图缩放到窗口大校   按下Esc键时退出(关闭)窗口。-Profiled
  3. 所属分类:Windows Kernel

    • 发布日期:2017-12-05
    • 文件大小:165897
    • 提供者:张海玲
  1. yixingformsrc

    0下载:
  2. 创建自贴图图片异形窗口,VC++代码.实现的方法和原理:先创建一个无背影画刷窗口,然后在WM_CREATE中并指定透明颜色, 缩放位图后加载至s_hdcMem中,最后在WM_ERASEBKGND中用s_hdcMem贴图即可。 -The create self map pictures profiled the window, VC++ code implementation methods and principles: first brush to create a no back windo
  3. 所属分类:Windows Develop

    • 发布日期:2017-11-29
    • 文件大小:318537
    • 提供者:一尘
  1. huabi

    0下载:
  2. 本压缩包内的示例代码演示如何合作VC++制作画笔/画刷程序,源代码在VC6下可顺利编译。与VC++画线有关的参考实例。-This compressed within the sample code demonstrates how to cooperate VC++ to make brush/brush program, the source code in VC6 can be successfully compiled. Related to the VC++ drawing a line
  3. 所属分类:Windows Kernel

    • 发布日期:2017-11-24
    • 文件大小:432691
    • 提供者:叶敏
  1. WinCE-07wince-UseBrush

    0下载:
  2. 这是WinCE关于画刷使用和基本图形绘制函数介绍的应用程序.对初学者学习画刷有很好的帮助。-This is WinCE application codes about how to use brush and basic graphics rendering function.It is a good help for beginners to learn.
  3. 所属分类:Windows CE

    • 发布日期:2017-11-20
    • 文件大小:980577
    • 提供者:张伟
  1. weibazhuwubian

    0下载:
  2. 请编写一应用程序,要求如下: (1) 定义一只红色的画笔,绘制一个等边五边形。 (2) 用不同颜色的线条链接互不相邻的两个顶点。 (3) 用不同的画刷颜色填充用上述方法所形成的图形中的每一个区域。 -Please write an application, the requirements are as follows: (1) the definition of a red brush, draw an equilateral pentagon. (2) Link with l
  3. 所属分类:Dialog_Window

    • 发布日期:2017-11-26
    • 文件大小:764844
    • 提供者:wojiushiwo
  1. jianbianbeijingse

    0下载:
  2. 在安装程序和许多游戏、屏幕保护程序中,经常有背景渐变的效果(一幅图象渐渐的消失,同时另一幅图象渐渐显示出来)。如何实现这种效果呢?在windows(GDI)环境下,实现位图的淡入淡出的方法有三种: 1. 调色板动画:该方法速度很快,但只能用于256色的图形,而且不易实现渐隐效果,不推荐使用; 2. 模式画刷:该方法实现比较简单,但是效果不如其余两种; 3. 动画法:该方法效果很好,但是速度要稍慢一些。 本例采用“动画法”以两幅位图为例进行讲解,实现从黑色背景中逐渐显现第一幅图片,
  3. 所属分类:Dialog_Window

    • 发布日期:2017-11-26
    • 文件大小:1547953
    • 提供者:wojiushiwo
  1. UsingVisualBrush

    0下载:
  2. VisualBrush画刷的使用,这里还报告VB.NET的源代码,是学习画刷的一个非常好的一个例子!-The VisualBrush use of the brush, also reported VB.NET source code, is to learn the brush is a very good example!
  3. 所属分类:Special Effects

    • 发布日期:2017-11-15
    • 文件大小:4919824
    • 提供者:zgyworld
  1. seven

    0下载:
  2. 用VC++实现的七巧板游戏,采用画刷等画出一个7彩正方形,然后分割成为7个部分,用鼠标左键拖动图形,右键控制角度来实现拼接。根据中心坐标距离计算来判断图形是否拼对。-Achieved with VC++ Tangram game, using the brush to draw a seven-color squares, etc., and then will be divided into seven parts, with the left mouse button to drag the
  3. 所属分类:GDI-Bitmap

    • 发布日期:2017-05-10
    • 文件大小:2323393
    • 提供者:黄沛霖
  1. DataGridViewOperate

    0下载:
  2. 学习使用DataGridView显示数据实例源代码下载,Adapter对象连接数据库,如何绘制行号,定义一个颜色为红色的画刷,绘制单元格,对相同单元格进行合并,清除DataGridView单元格-Learning to use the source code examples DataGridView displaying data download, Adapter connect to the database objects, how to draw the line number, de
  3. 所属分类:Windows Develop

    • 发布日期:2017-04-16
    • 文件大小:48955
    • 提供者:盐水肘花
  1. draw

    0下载:
  2. (1) 定义一支黄色画笔,绘制一条线段; (1) 定义一支紫色画笔,绘制一条多段线; (3) 定义一支红色画笔,绘制一个正方形,并用适当的画刷填充图形内部; (4) 定义一支绿色画笔,绘制一个圆,并用适当的画刷填充图形内部; (5) 定义一支蓝色画笔,绘制一个正六边形,并用适当的画刷填充图形内部。 -(1) defines a yellow pen, draw a line segment (1) defines a purple pen, draw a poly
  3. 所属分类:Other windows programs

    • 发布日期:2017-05-04
    • 文件大小:1163695
    • 提供者:yxr
  1. Timer

    0下载:
  2. 设计一个窗口,在窗口中间位置绘制一个红色粗实线的圆角矩形,并用交替使 用三种不同样式的画刷填充矩形的内部,每次刷新的时间间隔为 1.0 秒。 -Design a window in the middle of the window to draw a red rounded rectangle thick solid line, and the alternate use of three different styles with a brush to fill a rectangle
  3. 所属分类:Windows Develop

    • 发布日期:2017-05-06
    • 文件大小:1177224
    • 提供者:yxr
  1. Text7

    1下载:
  2. 创建如图所示的基于对话框的应用程序,在图形显示区绘制一个矩形并用单色画刷填充矩形内部。通过滚动条控件设置填充颜色,并在编辑框中显示颜色的 RGB值,通过单选按钮可以设置矩形的边框线型,“显示图形”复选框可以控制是否显示矩形。设置完成后,单击“显示”按钮在“图形显示区”显示新的绘图效果。 单击“退出”按钮退出程序。 -Created as shown in the dialog-based applications in the graphic display area and dr
  3. 所属分类:GUI Develop

    • 发布日期:2017-05-18
    • 文件大小:4895478
    • 提供者:yxr
« 1 2 ... 5 6 7 8 9 1011 12 13 14 15 16 17 »
搜珍网 www.dssz.com