Location:
Search - printer GDI
Search list
Description: 图形驱动程序设计指南
第1部分 图形驱动程序
第2部分 显示器及视频微端口驱动程序
第3部分 打印机驱动程序及假脱机打印部件
GDI-Graphics Driver Design Guide Part 1 graphics drivers Part 2 monitors and video Miniport Drivers Part 3 printer driver and print spooler components GDI
Platform: |
Size: 1315840 |
Author: 天雨 |
Hits:
Description: Microsoft Windows GDI+是为C/C++开发者提供的一个基于类的应用程序编程接口(API)。它使得程序可以同时在视频显示器和打印机上使用图形和格式化文本。基于Microsoft Win32的应用程序不能直接访问图形硬件,而是通过GDI+来协调设备驱动和程序动作的交互。GDI+同样支持Microsoft Win64。-Microsoft Windows GDI+ Is C/C++ Developer to provide a class-based Application Programming Interface (API). It can be made at the same time video display and printer to use the graphics and formatted text. Based on the Microsoft Win32 applications can not directly access the graphics hardware, but by GDI+ To coordinate device driver and procedures for the interactive action. GDI+ Also support Microsoft Win64.
Platform: |
Size: 1844224 |
Author: lbw |
Hits:
Description: 允许应用程序开发人员在打印机或屏幕上显示信息,而不用去考虑显示设备的具体细节。应用程序开发人员调用GDI+ classes 提供的方法(methods),这些方法将依次传到指定的设备驱动程序上。 -Permit application development staff in the printer or screen display information, rather than spent to consider the details of the display device. Application developers to call GDI+ Classes provide methods (methods), these methods will be followed by spread to the specified device driver on.
Platform: |
Size: 989184 |
Author: zcp |
Hits:
Description: 在Windows应用程序中,只要进行绘图,就要使用GDI坐标系统。Windows提供了几种映射方式,每一种映射都对应着一种坐标系。例如,绘制图形 时,必须给出图形各个点在客户区的位置,其位置用x 和y两个坐标表示,x 表示横坐标,y表示纵坐标。在所有的GDI绘制函数中,这些坐标使用的是一种 “逻辑单位”。当GDI函数将结果输出送到某个物理设备上时,Windows将逻辑坐标转换成设备坐标(如屏幕或打印机的像素点)-In Windows applications, as long as for graphics, it is necessary to use the GDI Coordinate System. Windows provides several mapping methods, each of which corresponds with a map coordinate system. For example, graphics rendering, the graphics must be given in various areas in the customer location, the location of the two with x and y coordinates, x that the abscissa, y that the longitudinal coordinates. In all GDI drawing function, which coordinates the use of a " logical unit." When the GDI output function to the results when a physical device, Windows will be the logical coordinates into device coordinates (such as screen or printer pixels)
Platform: |
Size: 278528 |
Author: 武大 |
Hits:
Description: Windows图形编程 附书源代码作者:Feng Yuan -This book is about Windows graphics programming using Win32 GDI API, with an introduction to DirectDraw, and an even more brief introduction to Direct3D Immediate Mode. It covers common features implemented on all Win32 platforms, pure 32-bit features implemented on Windows NT/2000 only, and the most recent additions to GDI for Windows 2000 and Windows 98. For example, alpha blending, transparent bit blting, gradient fill, right-to-left reading order, layered window, and sending JPEG/PNG images to printer are fully covered.
Platform: |
Size: 2396160 |
Author: 张立松 |
Hits:
Description: GDI+(Graphics Device Interface Plus图形设备接口加)是Windows XP和Windows Server 2003操作系统的图形子系统,也是.NET框架的重要组成部分和窗体绘图的主要工具,负责在屏幕和打印机上绘制图形图像和显示信息。-GDI+ (Graphics Device Interface Plus Graphics Device Interface plus) is a Windows XP and Windows Server 2003 operating system, graphics subsystems, also. NET framework and form an important part of the main drawing tool, responsible for drawing on the screen and printer graphics images and display information.
Platform: |
Size: 49152 |
Author: zeerton |
Hits:
Description: This a simple example that shows how to use the printer with Windows GDI Lib.-This is a simple example that shows how to use the printer with Windows GDI Lib.
Platform: |
Size: 9216 |
Author: tom |
Hits:
Description: 基于VC++的GDI常用坐标系统,及应用在Windows应用程序中,只要进行绘图,就要使用GDI坐标系统。Windows提供了几种映射方式,每一种映射都对应着一种坐标系。例如,绘制图形时,必须给出图形各个点在客户区的位置,其位置用x 和y两个坐标表示,x 表示横坐标,y表示纵坐标。在所有的GDI绘制函数中,这些坐标使用的是一种“逻辑单位”。当GDI函数将结果输出送到某个物理设备上时,Windows将逻辑坐标转换成设备坐标(如屏幕或打印机的像素点)。本文讨论了图形环境中的各个映射模式,包括它们是什么,怎么工作的,以及它们真正的含义。-VC++ based on commonly used coordinate system of GDI, and used in Windows applications, as long as for the drawing, you use the GDI coordinate system. Windows provides several mapping methods, each of which corresponds to a kind of map coordinates. For example, drawing graphics, the graphics must be given at various points in the customer area of the location, its location with the x and y are two coordinates, x, said horizontal axis, y, said vertical axis. In all of the GDI drawing functions, these coordinates using a "logical unit." When the results of the output sent to the GDI function when a physical device, Windows would be the logical coordinates into device coordinates (such as screen or printer pixels points). This article discusses the various graphical environment mapping modes, including what they are, how to work, as well as their real meaning.
Platform: |
Size: 153600 |
Author: 李大明 |
Hits:
Description: GDI+ SDK参考(翻译版本)
Microsoft Windows GDI+是为C/C++开发者提供的一个基于类的应用程序编程接口(API)。它使得程序可以同时在视频显示器和打印机上使用图形和格式化文本。基于Microsoft Win32的应用程序不能直接访问图形硬件,而是通过GDI+来协调设备驱动和程序动作的交互。GDI+同样支持Microsoft Win64。
适用范围
GDI适用于所有的Window应用程序。GDI+是包含于Windows XP和Windows Server 2003中的一项新技术。运行于Microsoft Windows NT 4.0 SP6、Windows 2000、Windows 98 和 Windows Me操作系统的应用程序在分发的时候需要包含GDI+。
-Target Microsoft Windows GDI+ is C/C++ developers to provide a class-based application programming interface (API). It allows the video program can also monitor and printer use graphics and formatted text. Microsoft Win32-based applications can not access the graphics hardware directly, but through the GDI+ device drivers and programs to coordinate the actions of the interaction. GDI+ also supports the Microsoft Win64. Scope of GDI for all Window applications. GDI+ is included in Windows XP and Windows Server 2003, a new technology. Running on Microsoft Windows NT 4.0 SP6, Windows 2000, Windows 98 and Windows Me operating system, applications need to include in the distribution when the GDI+.
Platform: |
Size: 1833984 |
Author: 蔡孟超 |
Hits:
Description: Linux系统下GDI打印机驱动程序的开发的毕业论文,好不容易收集到的资料。开发linux系统打印驱动可以参考。
论文分的比较散,大家见谅。我不会合成。-Linux system development GDI printer driver dissertation, finally collected data. Print driver development linux system can reference. Comparison of paper scattered points, we apologize. I will not synthesis.
Platform: |
Size: 2140160 |
Author: 潘明 |
Hits:
Description: 通过使用MFC GDI来控制和操作打印机,以及打印视图阅览。-using GDI of mfc to control and operate printer and show printer view.
Platform: |
Size: 35840 |
Author: bill |
Hits:
Description: GdiPrintSample,使用GDIPrint进行使用打印机打印的示例程序,可以打印表格及其他可以使用GDI在窗口上进行绘制的任何图像-Any image GdiPrintSample, use GDIPrint be using the printer to print the sample program, you can print the form and on the other you can use GDI drawing window
Platform: |
Size: 2265088 |
Author: boy |
Hits:
Description: Microsoft Windows GDI+是为C/C++开发者提供的一个基于类的应用程序编程接口(API)。它
使得程序可以同时在视频显示器和打印机上使用图形和格式化文本。基于MicrosoftWin32的应用程序不能直接访问图形硬件,而是通过GDI+来协调设备驱动和程序动作的交互。-Microsoft Windows GDI+ for C/C++ developers to provide a class-based application programming interface (API). it
So that the program can use graphics and formatted text on both the video display and the printer. MicrosoftWin32 based applications can not directly access the graphics hardware, but+ to coordinate the interaction device drivers and applications through actions GDI.
Platform: |
Size: 1178624 |
Author: Jay |
Hits:
Description: 在Windows应用程序中,只要进行绘图,就要使用GDI坐标系统。 Windows提供了几种映射方式,每一种映射都对应着一种坐标系。例如,绘制图形时,必须给出图形各个点在客户区的位置,其位置用x 和y两个坐标表 示,x 表示横坐标,y表示纵坐标。在所有的GDI绘制函数中,这些坐标使用的是一种“逻辑单位”。当GDI函数将结果输出送到某个物理设备上 时,Windows将逻辑坐标转换成设备坐标(如屏幕或打印机的像素点)-In the Windows application, as long as the drawing, we must use the GDI coordinate system. Windows provides several mapping methods, each mapping corresponds to a coordinate system. For example, when drawing a graph, you must give the position of each point of the graph in the client area. The position is represented by two coordinates of x and y, x for the abscissa, and y for the ordinate. In all GDI drawing functions, these coordinates use a logical unit . When the GDI function sends the result output to a physical device, Windows converts the logical coordinates into device coordinates (such as the screen or the printer s pixels)
Platform: |
Size: 359424 |
Author: feixiang |
Hits: