TheNetsGreatest Programming SDK_DDK
2D DXF Export VCL 4.5 DXF Exporter: Easy-to-use tool for Borland Delphi and C++Builder developers
| Details: |  |
Rating: 4.0     | Subject Knowledge: 0.0  |
| Size: 0 MB | Date Added: 1/22/2006 |
| Author: Soft Gold Ltd | Last Update: 1/22/2006 |
| License: Shareware | Price: $190 |
| OS: |
Summary: DXF Exporter: Easy-to-use tool for Borland Delphi and C++Builder developers.All you need is to draw image using Windows GDI functions onto DXF Exporter’s DC or make a metafile and give it to the Exporter. Hatches supported. Demo available.
Description: DXF Exporter allows programmers to create DXF files as easy as possible. All you need 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 Windows Metafile structure and makes DXF file automatically. Hatches supported. Demo available.
Direct DXF export when all the elements are created step-by-step employing functions like AddLine/AddArc and so on, and
AutoDXF export using Windows Metafile. All you need here is to draw an image using Windows GDI functions onto DXF Exporter’s DC or make a metafile and pass it to the DXF Export VCL. DXF Exporter reads the Windows Metafile structure and makes a DXF file automatically. Code example:
procedure TForm1.btnPaintToClick(Sender: TObject);
var
E: TsgDXFExport;
begin
if not SaveDialog.Execute then Exit;
E := TsgDXFExport.Create;
try
PaintTo(E.Canvas, 0, 0);
E.EndDraw;
E.SaveToFile(SaveDialog.FileName);
finally
E.Free;
end;
end;
Form1 is exported to the DXF file named SaveDialog.FileName
More details on DXF Delphi

Most popular related downloads Tiff To PDF COM/SDK TiffToPDF can directly convert tiff into PDF.
Image To PDF COM/SDK Unlimited License ImageToPDF can directly convert dozens of image formats into PDF.
novaPDF SDK Easily integrate PDF creation support in your application using novaPDF SDK.
2D/3D CAD Import VCL DXF DWG PLT HPGL SVG CGM Import for Borland Delphi and C++Builder developers
Tiff To PDF COM/SDK Unlimited License TiffToPDF can directly convert tiff into PDF.
Image To PDF COM/SDK ImageToPDF can directly convert dozens of image formats into PDF.
Other related software downloads conaito VoIP Standard SDK ActiveX conaito VoIP Standard SDK for developers of VoIP audio applications and webpages
Infima Jpeg Compression SDK Recompress JPEG files by an average of 20% without loss in image quality.
Infima Jpeg Optimization SDK Recompress and Optimize JPEG by an average of 30% without loss in image quality
conaito VoIP Enterprise SDK ActiveX conaito VoIP Enterprise SDK for developers of VoIP audio application and website
Tiff To PDF COM/SDK Unlimited License TiffToPDF can directly convert tiff into PDF.
Windows API Hooking SDK Windows API Hooking SDK that helps you hooking Windows APIs or functions in Dlls
|