Message 1 of 6
create a bitmap file from the current dwg
Not applicable
12-03-2012
11:10 AM
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report
I'm working on a VB.NET program that resizes the current drawing window and creates a bitmap file.
Currently, I can get the window to resize to the correct length and width. However, I'm lost as far as creating a bitmap. I found some code in C# on the Through the Interface site:
Unfortunately, I'm not that familiar with C# and can't get the code to work if I try to convert to VB.net.
Any help would be greatly appreciated.
Ultimately, I want to then convert the bmp file to a gif with a transparent background. I know how to convert a bmp to gif, but is it possible to programmatically convert it to a transparent background?
Thanks
btm