搜索资源列表
GDI+中的圆角矩形
- GDI+是对GDI的一个令人兴奋的扩展,但由于某些原因,它没有提供绘制圆角矩形的函数,虽然我们可以在GDI+中使用GDI中的函数,但这样一来我们没办法在圆角矩形中使用GDI+中的纹理和透明色等新特性。怎么办?GDI+中有一个GraphicsPath 的类,我们可以用它构造各种形状并且可用任何画刷来填充这些形状。本源码中提供了一个可以加到任何工程中的函数,并用它来绘制了一个圆角矩形,矩形的远郊程度可以通过一个滑动条来设置-GDI GDIG
20021028214257_RoundWindow_demo
- 一个介绍圆角矩形的异形窗口程序-a rectangular fillet on a square window procedure
GDI+中的圆角矩形
- GDI+是对GDI的一个令人兴奋的扩展,但由于某些原因,它没有提供绘制圆角矩形的函数,虽然我们可以在GDI+中使用GDI中的函数,但这样一来我们没办法在圆角矩形中使用GDI+中的纹理和透明色等新特性。怎么办?GDI+中有一个GraphicsPath 的类,我们可以用它构造各种形状并且可用任何画刷来填充这些形状。本源码中提供了一个可以加到任何工程中的函数,并用它来绘制了一个圆角矩形,矩形的远郊程度可以通过一个滑动条来设置-GDI GDIG
MyDraw
- MFC画图,可以画直线,圆角矩形。矩形。-MFC drawing, painting straight lines, rounded rectangle. Rectangular.
vc画图
- 一个很小的程序,可以提供包括画直线,矩形,圆角矩形,以及多边形的功能,可以作为VC图形图像初接触者的参考-A small programme, provides the function of drawing lines, rectangles, roundrectangles, and polylines. Good guids for beginners of graphics programming using VC.
NiftyCube
- javascr ipt实现圆角矩形, 软件包中还包括各种类型的事例代码。-javascr ipt achieve fillet rectangle, the package also includes examples of various types of code.
ColorRect
- 向容器中设置背景色为桌面颜色;设置颜色,并绘制矩形、圆角矩形、椭圆,并且将其显示出来;,并填充矩形、圆角矩形、椭圆(设置颜色);设置字体,并显示文本信息。-containers to set the background color of the desktop color; Set the color, and drawing rectangle, rounded corner rectangles, ovals, and to de
imgaeGDI
- 一款开源的完整矢量绘图控件源码,支持直线、弧线、矩形、圆角矩形、椭圆、多边形、星形、文本和图片等的绘制,支持旋转、缩放、选择、排列等操作,总的说来功能还是不错的!其实如果稍微懂点计算机图形学的知识要做出比这个还要完善的矢量绘图软件应该是没有问题的-A complete open source vector graphics controls in support of a straight line, arc, rectangle, r
draw2.1
- vc实现的绘图程序,可以绘制点、圆、直线、矩形、圆角矩形、刻画线,可以保存,功能较为齐全。-vc realized drawing program, you can draw points, round, straight, rectangular, rounded rectangular, portrait of lines, can be saved, function more fully.
GDIPlusRect
- GDI+中的圆角矩形的绘制,VC6/7可用,值得下载-GDI+ Rounded rectangle in the drawing, VC6/7 available, it is worth downloading
RoundedRectanglesDemo
- windows moblie 绘制圆角矩形框。半透明效果-Drawing rounded rectangular windows moblie box. Translucent effect
Round
- 不规则窗口的显示。单击“圆形”按钮,窗口会变成一个圆形窗口,单击“圆角”按钮,变成一个圆角矩形窗口-show irregular window
drawcli
- 画图,直线,矩形,圆角矩形,直角矩形,多边形,等 -Drawing, line, rectangle, rounded rectangle
shiliangtu
- 这是一款开源的完整矢量绘图控件源码,或者说是这个控件的一个典型应用,通过这个控件你可以画直线、弧线、矩形、圆角矩形、多边形、文本和图片等,而且还支持旋转、缩放、选择、排列等操作,功能还是不错的!-This is a complete open source vector graphics controls, or is this a typical control applications, the adoption of this c
MyButton
- 通过对按钮的自给,实现了对按钮的美化,能提供圆形按钮,圆角矩形按钮等功能-Self-sufficiency through the button, the realization of the landscaping on the button to provide the radio button, rounded rectangle button functions
TransparentDialog
- 一个半透明的圆角矩形异形窗口的源码,简单易懂-Transparent Dialog
draw
- 简单绘图程序,可画铅笔线条、直线、矩形、圆角矩形、圆、椭圆、填充图形(编辑颜色)以及橡皮、输入文字、撤销、重做、背景颜色设置、反色、线条粗细设置、存储、读取图片等功能。-A simple drawing program to draw a pencil line, straight, rectangular, rounded rectangular, round, oval, filling graphics (edit color),
asbd
- 圆角矩形三种实现方式,很好用的,请下载-Rounded rectangle three kinds of implementations, well used, please download. . . . . .
a
- javascr ipt和css实现的圆角矩形框,是网页设计者的例子,值得收藏-javascr ipt and css to achieve the rounded rectangular box, is an example web page designer, it is worth Collection
RoundedRectangleExample
- 在windows form中绘制一个圆角矩形按钮(raw a rounded rectangle button in Windows Form)