Hot Search : Source embeded web remote control p2p game More...
Location : Home Search - gdi
Search - gdi - List
这是迄今为止关于 GDI+ 图形编程最全面的一本书,本书将是一本 Windows 图形程序员非常有用的工具书。-this by far the GDI graphics programming on the most comprehensive one book, this book will be a Windows graphics programmers very useful tool.
Date : 2008-10-13 Size : 6.4mb User : 李昊

GDI的交互绘图操作实现算法-GDI interactive mapping algorithm operation
Date : 2025-12-30 Size : 56kb User : 程世鹏

GDI二维图形操作,平移放缩等-GDI 2D graphics operations, such as translation Zooming
Date : 2025-12-30 Size : 51kb User : 程世鹏

一个介绍如何使用windows GDI的实例大全-a presentation on the use of windows GDI examples Daquan
Date : 2025-12-30 Size : 299kb User : 黄波

GDI++实例程序!-GDI sample program!
Date : 2025-12-30 Size : 1.07mb User : 阿牛

支持三种最常用的分析图型:饼图,柱图,线图(由GDI+,C#而画,功能要当的强大)-support the three most commonly used analytical form : pie, column, line chart (by GDI, C# and painting, to function as a powerful)
Date : 2025-12-30 Size : 393kb User : 谢月甲

这是迄今为止关于 GDI+ 图形编程最全面的一本书,本书将是一本 Windows 图形程序员非常有用的工具书。-this by far the GDI graphics programming on the most comprehensive one book, this book will be a Windows graphics programmers very useful tool.
Date : 2025-12-30 Size : 6.4mb User : 李昊

CxImage类库是一个优秀的图像操作类库。它可以快捷地存取、显示、转换各种图像。有的读者可能说,有那么多优秀的图形库,如OpenIL,FreeImage,PaintLib等等,它们可谓是功能强大,齐全,没必要用其它的类库。但我要说,这些类库基本上没有免费的,使用这些类库,你要被这样那样的许可协议所束缚。在这点上,CxImage类库是完全免费的。另外,在使用上述类库时,你会遇到重重麻烦。因为它们大部分是平台无关的,且用C语言写成,有的还夹杂着基本的C++ wrapper和成堆德编译选项的声明需要你去处理。而CxImage类库在这方面做得很好。还有让我最看好的,就是作者完全公开了源代码。相对于那些封装好的图形库和GDI+来说,这一点使我们可以进一步学习各种编解码技术,而不再浮于各种技术的表面。 -CxImage library is a fine image manipulation libraries. It can quickly access, display, converting all images. Some readers might say that there are so many outstanding graphics libraries, such as OpenIL, FreeImage, PaintLib etc., they can be powerful, complete, and no need to use other libraries. But I must say, these are basically no free library, the use of these libraries, you have to be all kinds of licensing agreements are binding. At this point, CxImage library is completely free. In addition, the use of these libraries, you will encounter a lot of trouble. Because most of them are platform-independent and can be used in C language. Some also mixed with the basic C wrapper and piles of Germany compiler options statement need you to handle. CxImage library and the work has been done
Date : 2025-12-30 Size : 3.87mb User : 姜丽华

GDI开发包,为帮助基于GDI+开发的朋友提供工具,故搜集该软件包-GDI development kits, to help the development of the GDI-based friends with the tools that they collect information on the package
Date : 2025-12-30 Size : 828kb User : yu

This article is a fine example of what happens when programmers get bored. There s nothing exciting in the code, maybe a gentle introduction to GDI+. It was just a fun project to mess with, and it s addictive to play with. So I thought I might share it. I was thinking about the fact that every particle in the universe is constantly gravitationally affected by every particle in the universe, and wanted to see what it would look like modeled in software. It s been a number of years since I cracked a Physics book, so I can t guaranty my accuracy with this project... But it sure is pretty.
Date : 2025-12-30 Size : 14kb User :

一款开源的完整矢量绘图控件源码,支持直线、弧线、矩形、圆角矩形、椭圆、多边形、星形、文本和图片等的绘制,支持旋转、缩放、选择、排列等操作,总的说来功能还是不错的!其实如果稍微懂点计算机图形学的知识要做出比这个还要完善的矢量绘图软件应该是没有问题的。 VB6本身对于绘图的支持是非常弱的,因此一般直接通过其内置方法实现的绘图效率都成很大的问题。解决方法之一是采用Windows API来进行底层GDI的绘制,更好的方法是采用GDI+来绘图,这样效果会更好。 -A complete open source vector graphics controls in support of a straight line, arc, rectangle, rounded rectangle, ellipse, polygon, star, text and pictures, such as rendering, support for rotation, zooming, selection, arrangement and other operations, the total to function or that good! In fact, if a little point of computer graphics to understand the knowledge to make than that perfect vector drawing software should not be any problem. VB6 their support for the graphics are very weak, so the general method of directly through its built-in graphics to achieve efficiency into a big problem. One solution is the use of Windows API for the underlying GDI rendering, and better way is to adopt GDI+ To graphics, so the effect will be even better.
Date : 2025-12-30 Size : 76kb User : dingchao

gdi图象的旋转rotate 是一个简单程序可以帮助大家学习vc++对图象的编程-gdi rotate images rotate is a simple program can help people acquire vc++ of image programming
Date : 2025-12-30 Size : 16kb User : shan

C#图形程序设计基础 C#图形程序设计基础-C# Graphics program design based on C# Graphics program design based on
Date : 2025-12-30 Size : 259kb User : 夜色

DL : 0
姚领田的《精通MFC程序设计》的源代码,里面主要讲GDI和绘图-The source code of《master in MFC program design 》of Yao lingtian
Date : 2025-12-30 Size : 1.05mb User :

利用GDI+播放GIF动画的原代码。GDI+虽然虽然支持GIF文件格式,但是不能通过某个函数完成GIF动画的播放。播放GIF整个过程不同于图像处理,过程较为复杂。-The use of GDI+ to play GIF animation original code. While supporting the GDI+ Although the GIF file format, but can not achieve a certain function of GIF animation player. Different players throughout the process GIF image processing, process more complex.
Date : 2025-12-30 Size : 8kb User : huzhanqi

GDI+编程入门,自己收集的。 包括环境的搭建和基本的入门技法!-GDI+ Programming Introduction to their collection. Structures, including the environment and basic entry techniques!
Date : 2025-12-30 Size : 4.94mb User : stephen

 GDI+的应用使得平面图形图象编程变的更加容易,本文以一个基于对话框的时钟程序为例,在VC6.0中调用*.png图片实现半透明渐变窗口,该程序实现了指针式和数字式两种时钟显示方式。窗口实现了半透明渐变窗口、窗口拖动无移动矩形框、隐藏了任务栏窗体按钮等。-GDI+ application programming makes the plane graphic images become easier, this paper, a dialog-based clock program as an example, VC6.0 call*. png image to achieve gradient translucent window, the program achieved a pointer two kinds of clocks and digital display. Achieved a translucent window, gradient window, drag the window without moving a rectangular box, hide the taskbar buttons and so on form.
Date : 2025-12-30 Size : 368kb User : jack

用C#+GDI实现Window绘图软件的基本功能,包括绘制直线,矩形,圆,可以选择不同颜色,可以打开图形文件-With C#+ GDI graphics software to achieve the basic functions of Window, including drawing a straight line, rectangle, round, you can choose different colors, you can open a graphics file
Date : 2025-12-30 Size : 88kb User : cnmgb

vc gdi 读,显示,保存bmp文件 截屏幕带光标 截取被挡住的窗体-vc gdi read, display, save the bmp file cut the screen with a cursor interception blocked form
Date : 2025-12-30 Size : 322kb User : 张勇

易语言GDI图片格式转换 轻松转换各种图片格式-Easy language GDI image format conversion
Date : 2025-12-30 Size : 7kb User : john
« 12 3 4 5 »
CodeBus is one of the largest source code repositories on the Internet!
Contact us :
1999-2046 CodeBus All Rights Reserved.