Search found 3 matches
- 06 Oct 2005, 00:06
- Forum: CAD DLL
- Topic: CADImage: Create JPEG of part of image
- Replies: 4
- Views: 23755
- 05 Oct 2005, 18:35
- Forum: CAD DLL
- Topic: CADImage: Create JPEG of part of image
- Replies: 4
- Views: 23755
Dear Sergey Thanks for your reply. If I'm using the demoVC application to save a drawing to the jpg format, the same occures: when I changed the scale, the coordinates of the drawing box are set correctly. But if I want to save the content of the drwaing box to a raster image, the whole drawing will...
- 04 Oct 2005, 20:39
- Forum: CAD DLL
- Topic: CADImage: Create JPEG of part of image
- Replies: 4
- Views: 23755
CADImage: Create JPEG of part of image
Hi there So far, I created a command line tool to export hpgl files to jpg. Now, I want to extend the tool to provide the export of regions of the file. The coordinates should be specified via command arguments (eg. two corner points of a region). I tried to use SetDrawingBoxCAD to set the coordinat...