搜索资源列表
RectangleWindow
- 在visual c++.net中实现圆角矩形
ToDraw
- 本程序功能与Windows下附件中的画图软件功能相近。本程序是在VC6.0平台上用MFC所编,支持多文档和多视图结构,视图为滚动视图,允许分割窗口。绘制方面的功能主要包括绘制各种图元,包括直线、Bezier曲线、矩形、圆角矩形、椭圆(圆)、多边形,用笔或画刷自由绘图,橡皮擦擦除,颜料桶填充,取色和区域选取移动。绘图时可以选择各种画笔颜色和画刷颜色,各种线型和线宽,以及画封闭图元时是否填充,当然,还能设置背景色、清除图像及画布大小调整等,并且在绘图区单击右键会弹出快捷菜单。程序支持保存和读取位图格
MyDraw
- MFC画图,可以画直线,圆角矩形。矩形。-MFC drawing, painting straight lines, rounded rectangle. Rectangular.
开源矢量绘图控件源码
- 一款开源的完整矢量绘图控件源码,支持直线、弧线、矩形、圆角矩形、椭圆、多边形、星形、文本和图片等的绘制,支持旋转、缩放、选择、排列等操作,总的说来功能还是不错的!其实如果稍微懂点计算机图形学的知识要做出比这个还要完善的矢量绘图软件应该是没有问题的。 VB6本身对于绘图的支持是非常弱的,因此一般直接通过其内置方法实现的绘图效率都成很大的问题。解决方法之一是采用Windows API来进行底层GDI的绘制,更好的方法是采用GDI+来绘图,这样效果会更好。
RoundedRectanglesDemo.zip
- windows moblie 绘制圆角矩形框。半透明效果,Drawing rounded rectangular windows moblie box. Translucent effect
MyButton.rar
- 通过对按钮的自给,实现了对按钮的美化,能提供圆形按钮,圆角矩形按钮等功能,Self-sufficiency through the button, the realization of the landscaping on the button to provide the radio button, rounded rectangle button functions
Example004
- vc制作圆角矩形窗口的程序源码,希望对大家有所帮助-vc create rounded rectangle window of program source code, we hope to help
wndcls
- l 编写WM上的单文档(SDI)程序 n 添加画图菜单,菜单项有:点、矩形、圆角矩形、椭圆、弧。选择各菜单项后在View中画出相应的图形。 n 添加文本菜单,菜单项有:输出文本,用户选择后,弹出对话框(上面有一个Edit控件)提示用户输入文字,用户输入完成确定后,在View中输出刚才用户输入的文字。 l 编写WM上的图片浏览程序 n 在对话框上添加一个Button按钮、一个Edit控件。 n 单击Button按钮弹出文件选择对话框。 n 用户选择某个图片文件后,显示相应
GDIRoundRect
- GDI中的圆角矩形,使用GDI+绘制圆角矩形框-GDI+RoundRect
GDIPlusRect
- GDI+中的圆角矩形的绘制,VC6/7可用,值得下载-GDI+ Rounded rectangle in the drawing, VC6/7 available, it is worth downloading
2Dhuitu
- 编译最常见的2维图形有矩形和正方形,椭圆和圆,圆角矩形和圆角正方形.用到TCanvas对象来绘制.-Compile the most common 2-D graphics are rectangular and square, oval and round, rounded rectangle and rounded square. TCanvas object used to draw.
linedemo
- linedemo程序画一个矩形、一个椭圆、一个圆角矩形和两条线段,不过不是按这一顺序。程序表明了定义封闭区域的函数实际上对这些区域进行了填入,因为在椭圆后面的线被遮住了-procedures linedemo draw a rectangle, an oval, a rounded rectangle and two line segments, but not in that order. Procedures show that the definition in fact a functi
Round
- 不规则窗口的显示。单击“圆形”按钮,窗口会变成一个圆形窗口,单击“圆角”按钮,变成一个圆角矩形窗口-show irregular window
drawcli
- 画图,直线,矩形,圆角矩形,直角矩形,多边形,等 -Drawing, line, rectangle, rounded rectangle
Ellipse
- Win32环境下绘制椭圆,圆角矩形,扇形,弓形的示例.-Drawing elliptical Win32 environment, rounded rectangular, fan-shaped, bow-shaped sample.
shiliangtu
- 这是一款开源的完整矢量绘图控件源码,或者说是这个控件的一个典型应用,通过这个控件你可以画直线、弧线、矩形、圆角矩形、多边形、文本和图片等,而且还支持旋转、缩放、选择、排列等操作,功能还是不错的!-This is a complete open source vector graphics controls, or is this a typical control applications, the adoption of this control you can draw a straight
MyDraw
- 在Visual C++ 6.0中实现的一个简单的画图板程序。可以实现用“矩形”“直线”“椭圆”“圆角矩形”画图,可以改变画线宽度。可以用刷子填充某个封闭区域。-In Visual C++ 6.0 in the realization of a simple drawing board procedures. Can be achieved using " rectangular" " straight line" " elliptical"
TransparentDialog
- 一个半透明的圆角矩形异形窗口的源码,简单易懂-Transparent Dialog
draw
- 简单绘图程序,可画铅笔线条、直线、矩形、圆角矩形、圆、椭圆、填充图形(编辑颜色)以及橡皮、输入文字、撤销、重做、背景颜色设置、反色、线条粗细设置、存储、读取图片等功能。-A simple drawing program to draw a pencil line, straight, rectangular, rounded rectangular, round, oval, filling graphics (edit color), as well as rubber, enter text
RoundedRectangleExample
- 在windows form中绘制一个圆角矩形按钮(raw a rounded rectangle button in Windows Form)