Welcome![Sign In][Sign Up]
Location:
Search - drawtools

Search list

[GUI DevelopDrawTools

Description: 一个画图板,好的学习的例子,值得收藏,不错,老外的例子。-a drawing board, a good learning examples, it is worth collecting, it is true that foreigners example.
Platform: | Size: 65365 | Author: 陈其 | Hits:

[GDI-BitmapDrawTools_demo

Description: DrawTools向你展示如何在Windows Form程序中通过鼠标拖动绘制各种图形对象,它实现的固定图形有:矩形框、椭圆、线性和铅笔。并且,你可以通过鼠标选择、移动、删除图形,还可以改变图形大小等各种操作。另外,程序支持你把绘制的图形保存成文件,可以直接把一个文件从资源管理器中拖到程序界面上打开。
Platform: | Size: 33736 | Author: 黄平 | Hits:

[GDI-BitmapC#画图小工具

Description: DrawTools向你展示如何在Windows Form程序中通过鼠标拖动绘制各种图形对象,它实现的固定图形有:矩形框、椭圆、线性和铅笔。并且,你可以通过鼠标选择、移动、删除图形,还可以改变图形大小等各种操作。另外,程序支持你把绘制的图形保存成文件,可以直接把一个文件从资源管理器中拖到程序界面上打开。
Platform: | Size: 254097 | Author: mfk_mdgt | Hits:

[GUI DevelopDrawTools

Description: 一个画图板,好的学习的例子,值得收藏,不错,老外的例子。-a drawing board, a good learning examples, it is worth collecting, it is true that foreigners example.
Platform: | Size: 244736 | Author: 陈其 | Hits:

[CSharpcsharp_painter

Description: 图形学作业,类似windows画图工具,可画简易几何图形,可任意拖动各层级图形-Graphics operations, similar to windows drawing tool to draw simple geometric shapes can be arbitrary at all levels drag graphics
Platform: | Size: 76800 | Author: 王元亮 | Hits:

[CSharpDrawTools

Description: C#开发的用于划线的基本图形画法 使用C#进行开发的,用于基本的图形工具的类-C# Developed for the basic graphics line drawing using C
Platform: | Size: 19456 | Author: mis | Hits:

[CSharpDrawTools2005

Description: 一个C#实现的绘图程序,可实现拖拽控件、设置控件属性等功能。-A C# implementation of the mapping procedures, can achieve drag controls, set control property and other functions.
Platform: | Size: 343040 | Author: LQ | Hits:

[CSharpDrawTools

Description: C# 图形处理软件,很好很强大很
Platform: | Size: 151552 | Author: kkk | Hits:

[GDI-BitmapDrawTools

Description: 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.
Platform: | Size: 253952 | Author: 徐欣 | Hits:

[GDI-BitmapDrawTools

Description: 画图像的小工具,自己电脑里放了很久,希望大家能有用。-Painting images of small tools, released its own computer for a long time, hope that we can be useful.
Platform: | Size: 3324928 | Author: 蒋雨杭 | Hits:

[CSharpDrawToolsWin

Description: 一个画图板,将网上的一个WPF窗体程序改写为一个UserControl,通过ElementHost可以在WinForm中掉用,提供了Demo演示代码-A draw tool UserControl convert from a WPF DrawTools
Platform: | Size: 377856 | Author: licouqu | Hits:

[GUI Developdrawtools

Description: vs界面编程利用gdi+绘图类,调用此类可实现各种绘图功能。-drawtools
Platform: | Size: 99328 | Author: 吕小满 | Hits:

[Graph DrawingDrawTools

Description: 简单的绘图程序,对于学习GDI或修要用绘图程序的人有一定帮助。-draw lines and rectangle.it s useful for GDI.
Platform: | Size: 89088 | Author: 艾石油 | Hits:

[Graph DrawingDrawTools

Description: 用C++编写的一个简易画图工具。能实现画图工具的基本功能。-Written in C++, a simple drawing tool. Drawing tools to achieve the basic functions.
Platform: | Size: 7168 | Author: 老七 | Hits:

[Hook apiDrawTools

Description: 快速实现各项鼠标操作,避免鼠标响应事件的混淆-Quickly realize all kinds of the mouse operation, avoid the confusion of the mouse response events
Platform: | Size: 2018304 | Author: fei | Hits:

[GDI-BitmapDrawTools

Description: DrawTools画板程序,包含3D的运用.-failed to translate
Platform: | Size: 3296256 | Author: tanfeng | Hits:

[Other Riddle gamestuyasrc

Description:  private Size DefaultPicSize //储存原始画布大小,用来新建文件时使用    private bool bReSize //是否改变画布大小    private DrawTools dt //绘图工具类实例    private Color foreColor = Color.Black //绘图工具线条颜色    private string sFileName //打开的文件名    private string sType //绘图工具样式  ReSize = false 大小改变结束   调节大小可能造成画板大小超过屏幕区域,所以事先要设置autoScroll为true.   但是滚动条的出现反而增加了我们的难度,因为滚动条上下移动并不会自动帮我们调整图像的坐标。   这是因为GDI绘图的坐标系不只一个,好像有三个,没有仔细了解,一个是屏幕坐标,一个是客户区坐标,还个是文档坐标。滚动条的上下移动改变的是文档的坐标,但是客户区坐标不变,而location属性就属于客户区坐标,所以我们直接计算会出现错误,这时我们就需要知道文档坐标与客户区坐标的偏移量,这就是AutoScrollPostion可以提供的。 -Graffiti game download C# source code, it simply is drawing program. Part Notes: private Size DefaultPicSize // save the original size of the canvas to create a new file using private bool bReSize // whether to change the canvas size private DrawTools dt // drawing tools class instance private Color foreColor = Color.Black // line color drawing tool private string sFileName // open the file name private string sType // Drawing Tools Styles
Platform: | Size: 36864 | Author: tpudn42 | Hits:

[OS programVCPP-The-Drawtools

Description: (1) 能够根据选择画出直线,矩形、椭圆、圆角矩形、曲线、五角星行、五边形、弓形、弧形、三角形等基本图形。 (2) 能够为所画图形进行自定义的颜色及样式填充,能使用位图及阴影画刷填充图形,并能设置位图背景。 (3) 能够修改画笔的粗细,选择刷子的宽度。 (4) 能够输入文本,并且能够改变字体和颜色。 (5) 能够实现橡皮的功能。 (6) 在选择画笔粗细、画笔颜色、字体、文本颜色、输入文本和登陆界面时使用各种对话框完成参数传递。 (7) 能够改变对话框的背景,能在对话框界面中输入各种样式和颜色的文字、图形。 (8) 能够自定义菜单栏、工具栏。在工具栏中列举颜色填充、画笔粗细、画笔样式、填充样式、各种图形等功能,使程序与系统画图工具更接近。 (9) 拥有右键单击快捷菜单。能够改变光标。能够改变标题栏。 (10) 界面美观,使用方便,功能齐全。 - Talking in the cartoon are two man, who are a boy and his father. The boy is worried about the expectable impacts the disposal of the nuclear waste may cause, while his father is telling him that what matters now should be emptying the dustbin in front of them.   It is the profound implication beneath the surface of this simple and sarcastic drawing that ought to be taken into account: one who can cope with small tasks first can then undertake something big. Taking a look around, we can easily find some students dreaming of their brilliant future but unwilling to attend classes or to do homework, some netizens worried about the fate of our nation but refusing to better themselves first, some officials claiming their determinations in making our society a better place but reluctant to give up parts of their own interests. Such phenomena collectively reflect the fact that some modern citizens, especially a number of young people, lack the spirit of "think big, down to earth". This can
Platform: | Size: 232448 | Author: 桑崎 | Hits:

[.netDrawTools

Description: c# Windows窗体应用程序;绘图矩形、椭圆、直线和铅笔等;(C# Windows forms applications; drawing rectangles, ellipses, lines and pencils, etc.;)
Platform: | Size: 75776 | Author: xyzxyz | Hits:

CodeBus www.codebus.net