Represents a CAD drawing and provides methods for drawing all loaded CAD objects.

Namespace: CADImport
Assembly: CADImport (in CADImport.dll)

Public Class CADImage 
Implements IDisposable
This language is not supported or no code example is available.
public class CADImage : IDisposable
This language is not supported or no code example is available.
CADImage class is a superstructure on the CADConverter. This is a base class for AutoCAD™ DXF graphic files objects. CADImage uses GDI+ classes for drawing DXF files. DXF is an acronym for Drawing eXchange Format. DXF is a widely used file format for displaying 2D and 3D CAD data. It's not an open format but owned by AutoDesk Inc. who uses it for their AutoCAD application. With every new version of AutoCAD the definition of DXF is changed but nevertheless there are many programs which are capable to read and write different versions of DXF. DXF is an ASCII replication of the drawing's contents. It enables an interchange of files from AutoCAD to other applications' formats. DXF import/export is supported by a wide variety of applications, ranging from CAD products to word processors, desktop publishing and illustrating tools. The DXF CAD format has become the de facto standard in PC based CAD industry with many other CAD systems able to read and write this format too. <p> Major features :</p> <li>CADImage implements quick and exact reading DXF files and manipulating them using GDI+ functions for drawing. </li> <li>The fastest DXF reader.</li> <li>3D support including nested extrusions.</li> <li>Compatible with AutoDesk DXF Release 12, 13, 14 and 2000, 2002, 2004.</li>

Windows NT 4.0, Windows 98, Windows XP, Windows Server 2003, Windows Vista; Windows Server 2008 R2, Windows 7, WIndows10

The .NET Framework does not support all versions of every platform. For a list of the supported versions, see System Requirements.

.NET Framework

Supported in: 2.0 - 4, NET6

.NET Framework Client Profile

Supported in: 4, 3.5 SP1, NET6