Message 1 of 4
Camera.SaveAsBitmap Method
Not applicable
01-23-2012
03:43 PM
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report
Hi,
I'm currently writing a C# application using the InventorApprentice library and I had a question with regards to the parameters of the SaveAsBitmap method.
The parameter list is (filename, width, height, topColor, bottomColor).
The two colors are defined as objects, but I've yet to figure out how to get them to pass successfully. I'm assuming they are used to overwrite the background/foreground colors. I would like to be able to force the background (bottomColor) to White if possible.
Does anyone have any suggestions?
Thanks,
Jon