搜索资源列表
移动
- 关于一个图形移动界面-on a mobile graphics interface
矢量图形控件 Simple Graphic
- ------------------- 1.2版本 Simple Graphic 图形控件: 1.增加锁定功能,锁定的图形要素不可以做任何操作,但可以选中lock 2.增加标注属性功能,标注内容直接设置到labelAttribute属性内,如果为“”则不标注 3.增加ShowLabel属性定义,代表这个图形要素是否显示他的标注。 4.增加BackShowLabel属性定义,这个定义在内部使用,组合时可以把ShowLabel设
矢量图形控件 Simple Graphic
- ------------------- 1.2.1版本: 1.增加设置在选择时,是否可以选择锁定图形,是否可以选择不显示图形 2.ISGElementCollection中增加contains函数,判断是否已经存在 3.ISGControl里增加UserFeedBackElements属性,用于增加用户辅助图形;增加CanUndoRedo属性,用于觉得是否自动记录操作堆栈; 增加搜索函数 ------------------
移动
- 关于一个图形移动界面-on a mobile graphics interface
VCAD3.0
- 可通过线选中,管理多种图形,整体移动-selected through line, a variety of graphics management, the overall mobile
画图and计时器
- 用vc实现的一个画图程序,画一个圆形和方形。本来可以画三角形,不过没有设定。同时程序中设了timer用来使图形移动,加一点趣味罢了!-vc achieved with a drawing, and painting a circle and a square. Triangle could have been painted, but not set. While proceedings timer used to set up a m
移动图形
- vc++变的移动图形,可以使圆沿着正弦移动-vc change the mobile graphics can make mobile Yuan along sinusoidal
二维图形系统
- 二维绘图程序,可实现基本的绘图,如直线,圆,多边形等等,可对图形填充、移动等基本操作-2D mapping, which enables the basic graphics, such as straight lines, circles, polygons, etc., can be filled right graphics, mobile and other basic operation
简易二维CAD
- 此程序为武汉某开发CAD著名的软件公司初级源码功能包括画圆,画直线,矩形,圆弧,画折线,椭圆,三角,多边形等,还有高级功能如镜象,旋转,移动,反转图形等等功能,全部都是基于SDK编程,对于初学和初次涉及WINDOWS编程的人来说很有帮助,可以了解SDK编程与面向对象编程方法,最主要的是可以学习到企业项目开发经验,具有一定的研究价值!-procedure for the development of Wuhan, a leading CA
unit Unit1
- 可画一个矩形,单击移动按扭,可使所画的图形移动,还可画一个矩形,也是单击移动按扭,也可使所画的图形移动。-can draw a rectangle, click mobile devices, which enable mobile graphics painting, but also a rectangular painting, as well as mobile click buttons, but also enable th
GLtry
- OpenGL例程,可以通过鼠标把图形移动到指定的位置,也可以通过菜单来控制-OpenGL routines can be put through mouse mobile graphics to a specific location can be controlled through a menu
ex_rect0216
- 绘制多个矩形、圆,并在图形中写字,可实现图形的选中、移动、拉伸等功能。-drawing more rectangular, round, and the graphics write, to achieve the selected graphics, mobile, tensile capabilities.
lineoperate
- 适合初学者对MFC 下图形操作有一定的了解. 本例实现了图形的添加,删除,移动等方面的内容.-suitable for beginners MFC graphical operating under a certain understanding. The cases achieved a graphics add, delete, mobile other contents.
xiaohuijiang
- 用OpenGL实现弹球程序 主要是实现图形学中关于颜色 图形移动以及其他-use OpenGL Billiard The procedure is for color graphics and other mobile graphics
GhpicS
- 这个是一些OpenGL的相关例子 其中包括图形填充 /图形缩放/图形移动等-this is some relevant examples OpenGL graphics including filling/Graphics zoom/Graphics movement
EVCAnimateDraw
- 在evc下实现了图形移动功能!可以看见一个球形物品在移动!直接可以用于硬件测试!-EVC achieved in the mobile graphics features! Can see a spherical objects in the mobile! Directly can be used to test the hardware!
txxxt
- 图形学系统的功能: 实现画直线、圆、贝塞尔三次曲线、三角形;直线、圆、贝塞尔三次曲线的旋转、放缩、移动;对圆、三角形以及矩形的填充;最后的一个功能是对直线的裁剪! -Graphics system: towards painting a straight line, round, Bezier Cubic Curves, triangles a straight line, round, Bezier curves of th
WinFormTest
- 1、图形元素绘制(线:绘制、移动,拉伸、清除等),双缓存。 2、进程:创建、停止、列表 3、普通控件使用。-1, graphics, drawing elements (lines: map, move, stretch, clear, etc.), double-buffering. 2, process: create, stop, list 3, the use of common contro
ExChar
- 简单的图形移动,比较BITMAP和outline写字的区别-character primitives
多态图形移动控制
- 现在已有一个简单的游戏界面框架,目前程序可以通过ujhk几个键控制主界面上的主角“三角形”“圆形”上下移动。项目结构如下:Scene.java是主类,该类实现了界面的显示,以及对键盘控制的响应。Role类是游戏角色的父类,里面定义了上下左右移动的方法,以及显示该角色的方法。Circle类是一个已经实现了“圆形”角色,它继承了Role类,并且重新Role类里的所有方法。Triangle类是一个已经实现了“三角形”角色,它继承了Role类,