DXF Export .NET supports layers, colors, linestyles and other important properties.
特征综述 About Feature
声明:本产品中文介绍为慧都控件网版权所有,未经慧都公司书面许可,严禁拷贝、转载!
Developer library for easy creating proper AutoCAD DXF files.
Supported elements:
- Arc
- Bezier
- Circle
- Ellipse
- Hatch
- Line
- MText
- Point
- Polyline
- Rectangle
- Text
DXF Export .NET allows programmers to create DXF files as easy as possible. There are two ways of creating DXF:
- Direct DXF export when all the elements created step-by-step by functions like AddLine/AddArc and so on and
- AutoDXF export using GDI+ Metafile. All you need here is to draw image using Windows GDI+ functions onto DXF Exporter’s DC or make a metafile and give it to the Exporter. DXF Exporter reads GDI+ Metafile structure and makes DXF file automatically.
更新时间:2008-8-26 | 录入时间:2005-3-23 | 编辑:liuzh |