Search found 1 match
- 07 Feb 2012, 17:58
- Forum: CAD .NET
- Topic: Export in PNG and some transformations of entities
- Replies: 1
- Views: 12082
Export in PNG and some transformations of entities
Hello, I am working on a .NET project and i have some tasks to perform from a DWG file. First, i have to do an export to a png file in a 1920*1080 resolution. this._imageCAD = CADImage.CreateImageByExtension(pathToFile); this._imageCAD.LoadFromFile(pathToFile); DRect rect = new DRect(); rect.Height ...