Page 1 of 1
CADImageDLL drawing real size of objects
Posted: 20 Feb 2007, 11:58
by romekf
Hello.
Im using cadimage.dll for drawing dxf files. I need to draw cad objets in real size on monitor.
Any ideas how to solve this problem?
Regards,
Romek
Posted: 20 Feb 2007, 17:36
by support
Hello!
<b>CADImage.DLL</b>:
The <b>GetBoxCAD</b> function returns real width and height of the drawing.
The <b>DrawCAD</b> function draws CADImage object on specified device context.
The <b>DrawCADEx</b> function draws CADImage object on specified device context. The function makes the same as DrawCAD with additions feature for drawing CAD file.
The <b>CADUnits</b> function specifies the drawing measurement units (inches or millimeters).
<b>Windows GDI</b>:
The <b>GetDeviceCaps</b> function retrieves device-specific information for the specified device.
It is necessary to manipulate with CADImage object basing on the mentioned above functions.
Awaited update of the DLL will contain demo for Borland C++ Builder with respective example.
Sergey.
Please post questions to the forum or write to
support@cadsofttools.com
Posted: 02 Nov 2007, 11:13
by support
Hello everybody!
<b>CADImage.DLL</b> package, available at the following link:
http://www.cadsofttools.com/download/cadimagedll.zip, contains now demo for Borland C++ Builder.
Sergey.
Please post questions to the forum or write to
support@cadsofttools.com