Developer library for easy creating proper AutoCAD DXF files C# source code available. Demos in C#, VB.NET Supported elements: Arc Bezier Circle Ellipse Hatch Line MText Point Polyline Rectangle Text DXF Export .NET supports layers, colors, linestyles and other important properties. 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.
File List:
DXFExportNET/
0b
DXFExportNET/C#/
0b
DXFExportNET/C#/App.ico
1Kb
DXFExportNET/C#/AssemblyInfo.cs
2Kb
DXFExportNET/C#/DXFExport.csproj
5Kb
DXFExportNET/C#/DXFExport.csproj.user
2Kb
DXFExportNET/C#/DXFExport.sln
1Kb
DXFExportNET/C#/DXFExport.suo
8Kb
DXFExportNET/C#/Form1.cs
26Kb
DXFExportNET/C#/Form1.resx
16Kb
DXFExportNET/C#/Thumbs.db
6Kb
DXFExportNET/C#/bin/
0b
DXFExportNET/C#/bin/DXFExport.dll
72Kb
DXFExportNET/C#/bin/Release/
0b
DXFExportNET/C#/bin/Release/DXFExport.dll
72Kb
DXFExportNET/C#/bin/Release/DXFExportC#.exe
44Kb
DXFExportNET/DXFExport.dll
72Kb
DXFExportNET/DXFExportC#.exe
44Kb
DXFExportNET/DXFExportVBNet.exe
56Kb
DXFExportNET/DemoFiles/
0b
DXFExportNET/DemoFiles/GraphicsPath/
0b
DXFExportNET/DemoFiles/GraphicsPath/demo1.dxf
11Kb
DXFExportNET/DemoFiles/GraphicsPath/demo1.emf
6Kb
DXFExportNET/DemoFiles/GraphicsPath/demo2.dxf
10Kb
DXFExportNET/DemoFiles/GraphicsPath/demo2.emf
3Kb
DXFExportNET/DemoFiles/Thumbs.db
6Kb
DXFExportNET/DemoFiles/demo.dxf
10Kb
DXFExportNET/DemoFiles/demo.emf
12Kb
DXFExportNET/DemoFiles/demo2.dxf
10Kb
DXFExportNET/DemoFiles/demo3.dxf
8Kb
DXFExportNET/Doc/
0b
DXFExportNET/Doc/dxfexpdotnet.HLP
50Kb
DXFExportNET/Doc/dxfexpdotnet.cnt
1Kb
DXFExportNET/License.txt
8Kb
DXFExportNET/VB.Net/
0b
DXFExportNET/VB.Net/AssemblyInfo.vb
1Kb
DXFExportNET/VB.Net/DXFExportVB.sln
1Kb
DXFExportNET/VB.Net/DXFExportVB.suo
8Kb
DXFExportNET/VB.Net/DXFExportVB.vbproj
4Kb
DXFExportNET/VB.Net/DXFExportVB.vbproj.user
2Kb
DXFExportNET/VB.Net/Form1.resx
16Kb
DXFExportNET/VB.Net/Form1.vb
27Kb
DXFExportNET/VB.Net/bin/
0b
DXFExportNET/VB.Net/bin/DXFExport.dll
72Kb
DXFExportNET/VB.Net/bin/DXFExportVB.exe
56Kb
Similar code
Shape v1.5
(Popularity: ) : The Shape control gives you the ability to easily create the shapes you want. Want a circle on your screen? Drag the Shape from the Toolbox. Change its dimensions by resizing its bounding rectangle. Use the Properties window or your ...