Search found 1 match
- 27 Mar 2009, 00:56
- Forum: CAD .NET
- Topic: drawing rectangles on dwg image
- Replies: 1
- Views: 10819
drawing rectangles on dwg image
I am trying to load a dwg image, draw rectangles on it, and save it with cadimport.dll in asp.net. cadImage = CADImage.CreateImageByExtension(imagePath); cadImage.LoadFromFile(imagePath); cadImage.Draw(graphics, rectangleF); << is not working for me. I need to be able to draw the rectangles on an ex...