搜索资源列表
print
- 小实验在视图类的ondraw函数添加了代码,程序运行时,用CClientDC的类对象dc画的图形与用CDC对象指针画的图形均能在客户区显示出来,但是打印预览时却只显示CDC对象指针画的图形,这是因为打印预览时,使用的是CDC类的设备环境对象,并将它作为参数传给视图类的ondraw函数-Small experiment in the view class ondraw function add the code, the program runs, the class object with CC
gpath
- cad制图,方便制图,可以在一个图形范围内,简易控制图形输入 - Function C:GPath is the main program function and defines the AutoCAD GPATH command. (defun C:GPath () Ask the user for input: first for path location and direction, then for path parameters. C
Transline_delphi-
- 在image上绘制透明直线 及api函数用法 MoveToEx( DC: HDC {设备环境句柄} p2, p3: Integer {坐标} p4: PPoint {用于保存 p2、p3 值的 TPoint 结构的指针} ): BOOL LineTo( DC: HDC {设备环境句柄} X, Y: Integer {直线终点坐标} ): BOOL -Transparency in a st