-
EasyDraw is a simple mapping software, the integrated use of the examples in thi...
EasyDraw是一个简单的绘图软件,这个实例会综合运用本章所介绍了Visual C++ 2005的基础知识。EasyDraw拥有以下功能:
1.直线、矩形、椭圆的绘制。
2.可以更改绘制线条的类型、宽度、颜色。-EasyDraw is a simple mapping software, the integrated use of the examples in this chapter will be introduced by Visual C++ 2005 the basic knowledge. EasyDraw have the following features: 1. Linear, rectangular, oval drawing. 2. You can change the type of drawing lines, width, color.
- 2022-08-22 03:55:23下载
- 积分:1
-
Photoshop SDK V1.01 for Delphi67
简介: 帮助Delphi用户编写Photoshop插件模块和滤镜。
Ce...
Photoshop SDK V1.01 for Delphi67
简介: 帮助Delphi用户编写Photoshop插件模块和滤镜。
Centaurix.Photoshop.SDK.V1.0.for.Delphi67.inc.src
We are proud to present a new package that will allow Borland Delphi developers to write Adobe Photoshop plug-in modules and filter host applications within minutes. We hope that creative developers within the plug-in scene will find this package useful-SDK fixes for Photoshop Delphi67 Profile : Delphi help users prepare Photoshop plug-in modules and filters. Centaurix.Photoshop.SDK.V1.0.for.Delphi67.inc.src We are proud to present a new package that will allow Borland Delphi developers to write Adobe Photoshop plug-in modules and filter host applications within minutes. We hope that creative developers within the plug-in scene will find this useful package
- 2022-05-26 18:46:58下载
- 积分:1
-
来自《Visual C++程序设计技巧与实例》第八章
来自《Visual C++程序设计技巧与实例》第八章-from "Visual C programming skills and examples" of Chapter VIII
- 2022-08-20 02:38:59下载
- 积分:1
-
一个可绘制各种工业曲线的类库,包含VBVCVB.NET.
一个可绘制各种工业曲线的类库,包含VBVCVB.NET.-one can draw various industrial curve of class libraries, including VBVCVB.NET.
- 2022-06-11 17:30:47下载
- 积分:1
-
DrawTools示例说明如何创建一个Windows窗体应用程序绘制图形…
DrawTools向你展示如何在Windows Form程序中通过鼠标拖动绘制各种图形对象,它实现的固定图形有:矩形框、椭圆、线性和铅笔。并且,你可以通过鼠标选择、移动、删除图形,还可以改变图形大小等各种操作。另外,程序支持你把绘制的图形保存成文件,可以直接把一个文件从资源管理器中拖到程序界面上打开。-DrawTools sample shows how to create a Windows Forms application for drawing graphic objects in a Windows client area using mouse and drawing tools. Drawing tools implemented in this sample are: Rectangle, Ellipse, Line, and Pencil. There are well-known techniques for creating such type of applications, like: interaction with mouse, flicker-free drawing, implementing of drawing and selection tools, objects selection, managing of objects Z-order etc. MFC developers may learn all this stuff from MFC sample DRAWCLI. DrawTools C# program reproduces some of DRAWCLI functionality and uses some design decisions from this sample.
- 2022-07-06 18:52:18下载
- 积分:1
-
OCR在VB简单的OCR如何在VB中使用
OCR in vb Simple OCR how to use in vb
- 2022-01-26 01:46:04下载
- 积分:1
-
8.如何实现图形的拉伸显示效果?这是需要技术的,要不图形会很难看的!...
8.如何实现图形的拉伸显示效果?这是需要技术的,要不图形会很难看的!-8.How to realize extending display effect of graph? This technology is necessary, or the graph will be ungainly.
- 2022-01-25 19:42:51下载
- 积分:1
-
实现图像、控件的淡入淡出,很不错。 Visual C 6.0
实现图像、控件的淡入淡出,很不错。 Visual C 6.0-Realize image, fade control, is pretty good. Visual C 6.0
- 2023-01-15 20:40:04下载
- 积分:1
-
图像处理的例子,里边封装了关于图像操作的若干方法;
图像处理的例子,里边封装了关于图像操作的若干方法;-image processing example, inside a package on the operation of a number of images;
- 2022-01-27 14:26:01下载
- 积分:1
-
前在网上有一个CPictureEx类,用于加载GIF动画,不过该类是mfc封装类,对于不使用mfc的c++程序员来讲,不能使用。为了让该类能够让更多的人方便的使...
前在网上有一个CPictureEx类,用于加载GIF动画,不过该类是mfc封装类,对于不使用mfc的c++程序员来讲,不能使用。为了让该类能够让更多的人方便的使用,使其不再被局限于MFC,花时间改造了一下这个类,改造,该类可以应用于任何MFC、 WTL/ATL及其它INDOWS API编程。由于原来的CPictureEx是继承于CStatic类,改造后,在CPictureEx中直接封装了一个窗口句柄HWND。假设您在一个弹出式Dialog对话框中加载gif动画,您要做的就是在对话框中放一个控件,可以是BUTTON、STATIC等等。假设您加的这个控件的ID是IDC_FLASH,您的对话框窗口句柄是hDlg,则要使用CPictureEx,将非常简单。详情参见源代码。-ago on the Internet which is a CPictureEx category for loading GIF animation, But such is mfc Packaging category for the non-use of the c mfc speaking programmers, which can not be used. To allow such to allow more people to use, it will not be confined to the MFC. renovation of time spent on this category, transformation and can be applied to any such MFC, WTL/ATL and other INDOWS API programming. As the original CPictureEx inherited from CStatic category that after transformation, In CPictureEx directly Packaging a window handle HWND. Suppose you in a pop-up dialog box loaded Dialog gif animation You need to be done is up in a dialog box controls can be
- 2022-03-11 20:27:26下载
- 积分:1