搜索资源列表
button_color_picker.zip
- 弹出颜色或其他图形选择框的按钮
ylm5_listbox
- 可以对列表中每一项定制属性的列表框,支持文字编辑/图形选择/颜色选择/列表选择。-can list every Custom attributes of a list box, support staff writer / graphics options / colors / options list.
多边形对象的选择
- 多边形对象的选择,通过线与线求交点的方法实现。可用于图形对象的拾取。-polygon object choices, and the line through the line for the intersection method. Graphics can be used to pick up objects.
颜色选择
- 一个java编写的进行颜色选择的图形用户界面,可以对选择的窗口进行背景颜色的更改!-prepared in a choice of colors for graphical user interface, the right choice for the window's background color change!
用于FS2410的Qt嵌入式图形开发实战篇
- t嵌入式图形开发实战篇 嵌入式应用的开发工作基本上是在工作站或是PC 机上完成的,我们在工作的机器上调试运行嵌入式应用,并将输出结果显示在一个仿真小型设备显示终端的模拟器上。在开发的后期,我们要根据我们选择的嵌入式硬件平台,将嵌入式应用编译链接成适合在这个硬件平台上运行的二进制目标代码,另外由于应用使用到了Qt/Embedded 的库,所以我们还要将Qt/Embedded 库的源代码编译链接成为适合在这个硬件平台上使用的二进制目标代码库。当一个Qt/Embedded 应用被部署到小型设
VC图形编程的一个简单demo
- VC图像编程的一个简单示例,用于初学者的参考还是不错的一个选择。-VC image of a simple programming examples for beginners reference or a good choice.
figure_my
- 用java完成的图形绘画软件,有图形选择,颜色选色,图形累加的功能-complete with the graphic drawing software, graphics options, color color selection, graphics accumulation function
MenuDemo_vc
- 示例添加菜单界面程序,利用鼠标绘图,增加图形选择菜单-examples add menu interface procedures, the use of mouse drawings, graphics increase menu choices
图形绘制系统
- 提供基本图形的绘制,如矩形,圆,椭圆,基本线条等,可以选择不同的颜色,可以很方便地各种流程图等,是学习vc++图形绘制的典型范例。-provide basic graphics rendering, such as rectangular, round, oval, the basic lines, and can choose a different color, it is easy to flowcharts, is a graphic study vc are typical examp
矢量图形控件 Simple Graphic
- ------------------- 1.2版本 Simple Graphic 图形控件: 1.增加锁定功能,锁定的图形要素不可以做任何操作,但可以选中lock 2.增加标注属性功能,标注内容直接设置到labelAttribute属性内,如果为“”则不标注 3.增加ShowLabel属性定义,代表这个图形要素是否显示他的标注。 4.增加BackShowLabel属性定义,这个定义在内部使用,组合时可以把ShowLabel设置为False,原值存入BackShowLabel,拆组时再
矢量图形控件 Simple Graphic
- ------------------- 1.2.1版本: 1.增加设置在选择时,是否可以选择锁定图形,是否可以选择不显示图形 2.ISGElementCollection中增加contains函数,判断是否已经存在 3.ISGControl里增加UserFeedBackElements属性,用于增加用户辅助图形;增加CanUndoRedo属性,用于觉得是否自动记录操作堆栈; 增加搜索函数 ------------------- 1.2版本 Simple Graphic 图形控件:
开源矢量绘图控件源码
- 一款开源的完整矢量绘图控件源码,支持直线、弧线、矩形、圆角矩形、椭圆、多边形、星形、文本和图片等的绘制,支持旋转、缩放、选择、排列等操作,总的说来功能还是不错的!其实如果稍微懂点计算机图形学的知识要做出比这个还要完善的矢量绘图软件应该是没有问题的。 VB6本身对于绘图的支持是非常弱的,因此一般直接通过其内置方法实现的绘图效率都成很大的问题。解决方法之一是采用Windows API来进行底层GDI的绘制,更好的方法是采用GDI+来绘图,这样效果会更好。
C#图形对象的串行化实例
- C#图形对象的串行化实例源代码,按程序的说明操作,先选择图片,然后可以输出串行化图像,也可以再次打开串行化的图像查看,功能不复杂,对此有了解的可轻易的看懂。 希望对需要的朋友能有所帮助。
使用了OpenGL的图形包
- 使用了OpenGL的图形包,实现用橡皮筋技术绘制折线或者矩形。绘制的形状可有右键选择-Using the OpenGL graphics package, to achieve technical draw a line with a rubber band or a rectangle. May have to draw the shape of the right choice
linux下运行的俄罗斯方块游戏的原代码
- 该程序是在linux下运行的俄罗斯方块游戏的原代码,使用ncurses作图形显示,提供速度和关卡选择, This procedure is the Russian block game original code which moves under linux, uses ncurses to make the graphical display, provides the speed and the checkpoint chooses
graphics.rar 图形设计
- 本程序是图形的设计,比较简单 可以画线,圆和椭圆 并可以平移,旋转,选择删除,回退,保存 打开图形,The code is used to graph design. It can draw line,draw circle,draw ellipse.The graph can be rotated,translated and selected delete,undo,save.
StLViewer_src.rar
- 这是一个在VC环境下用OPENGL写的一个显示三维图形的源程序。该程序将OPENGL的函数写成类,并且提供了放大、缩小及选择的功能。, This is under the VC environment a demonstration three dimensional graph source program which writes with OPENGL. This procedure wrote the OPENGL function the kind, and provided the
button_color_picker
- 弹出颜色或其他图形选择框的按钮-The button which can popup color selector or other picture selector dialoy
ccharpautocad
- 利用GDI+在winform下绘画简单的图形 选择,拖动,移动,旋转。-drawing Graphics
图形交互
- 简化ArcGIS二次开发过程中的图形交互操作,便于选择图形数据,绘制图形数据等等(Simplify the graphical interactive operation during the two development of ArcGIS, easy to select graphics data, draw graphics data, and so on)