搜索资源列表
矢量图形控件 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+来绘图,这样效果会更好。
完整2维矢量图形软件源代码
- 一个完整2维矢量图形软件源代码A complete two-dimensional vector graphics software source code,A complete two-dimensional vector graphics software source code A complete two-dimensional vector graphics software source code
MFCGuiBaker_src.zip
- 基于XML存取的图形编辑系统框架,对SVG矢量编程者,组态系统设计者,架构设计师,具有较好的参考价值,XML-based access to graphics editing system framework for SVG vector programmers, configuration system designers, architects, has a good reference value
yuanma
- 《矢量图形系统开发与编程》的书中源码陈建春编著-" Vector graphics system development and programming," the source book
3
- VC实现GIS矢量图形的绘制,供初学者参考交流-VC achieve GIS vector graphics rendering, for beginners reference exchange
EdgeFlagAA
- EdgeFlag是关于2D矢量图形中边界标记扫描的论文,论文中对此算法进行了较为详细的分析,此算法的效率高于GDI。-EdgeFlag on 2D vector graphics in the border marker scanning paper, paper on this algorithm a more detailed analysis, this algorithm is more efficient than GDI.
SimpleGraphic1.1.1
- 矢量图形绘图程序包括圆多边形等支持svg格式输出-Vector graphics drawing program, including a round polygon, etc. Supported output format svg
odad
- 一个开源的矢量绘图软件 一个开源的矢量绘图软件(类似MS Visio),支持基本图形绘制,旋转,缩放,串行化。使用MFC、STL、GDI/GDI+和一点点设计模式。 -An open source vector graphics software, an open source vector graphics software (like MS Visio), in support of the basic graphics rendering, rotation, scaling, ser
HDraw
- 基于VC++开发的简单矢量图形编辑器,包括画直线,画圆,画曲线,可以对图元进行线性,颜色,缩放,平移等操作。界面类似Windows系统下的画图软件,但比较简单。-VC++ development based on a simple vector graphics editor, including painting a straight line, circle, drawing curves, can be linear elements, colors, zoom, pan and so o
vectorcode
- 矢量系统开发与编程配套源码,方便矢量图形开发-Vector systems development and programming source code package to facilitate the development of vector graphics
StudyGDI
- C# 矢量图形编程学习 1 全屏幕缩放:在选择位置向四周缩放(选择屏幕点被"锁定" 平移. 2 以毫米为计量单位 3 鼠标绘图操作方式可以选择 -Programming C# vector graphics to learn a full-screen zoom: in the choice of location to the surrounding zoom (select screen point to be " locked" translation.
StudyGDI6
- GDI+ 矢量绘图学习第6版, 支持缩放、 移动、绘制。(学习方向 容易扩展图形 , 使用现实世界的度量单位,无级缩放,显微查看和精细编辑图形)-GDI+ vector graphics to learn version 6 support zoom, move, draw. (Learning the direction of easy expansion of graphics, the use of real-world unit of measure, stepless zoom, mi
DrawShape
- 本程序实现类似于矢量图形的绘制工具~可以修改图形大小、颜色的属性,还有组合功能。该程序可做为初学者掌握c++程序设计技巧的一个例子-wqewwer
Code
- 用MFC编写的矢量图编辑软件,能够进行简单的图形操作,算是一个例子-Written with MFC vector editing software, to simple graphics operations can be regarded as an example
source
- 用面向对象的思想实现的矢量图形的增加、修改、删除、图形放缩,移动等功能,双缓冲重绘。-Object-oriented thinking to achieve the increase in vector graphics, edit, delete, graphics scaling, moving and other functions, double-buffered redraw.
delphi画图2system
- 这个一个delphi编写的个人图形系统 能以矢量方式保存图像,支持画线,方形,椭圆,圆,填充颜色,移动图形,删除图形等(This is a delphi prepared by the personal graphics system Ability to save images in vector mode, support lines, squares, ellipses, circles, fill colors, move graphics, delete graphics, etc
多边形扫描线填充原始算法
- 扫描线算法适合对矢量图形进行区域填充,只需要直到多边形区域的几何位置,不需要指定种子点,适合计算机自动进行图形处理的场合使用,比如电脑游戏和三维CAD软件的渲染等等。(The scan line algorithm for vector graphics regional filling, need only geometric position until the polygon, do not need to specify the seed point for automatic comp