we are developing an architectural software. C# WinForm application. We are using DWG TrueView control to display a DWG drawing on the form. We want to get image of this drawing and want to show on active report. Is there a way to get the image/bitmap of this dwg from the viewer.
Asked
Active
Viewed 663 times
0
-
Is there a `DrawToBitmap()` method like all of the built-in controls? If not, that's a good reason you should be using the built-in controls. I have no idea what DWG is. – Cody Gray - on strike Dec 22 '11 at 05:23
-
Are you wanting a thumbnail or the full size drawing? – Mark Hall Dec 22 '11 at 05:50
-
@ Mark thank you I am writing a full size image – Razack Dec 22 '11 at 06:16
-
Resolved this using BitBlt Thanks a lot – Razack Dec 22 '11 at 08:22