- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
Hi there,
when I plot some kind of graphics in a QuickWin Window I can save that file manually as a bmp with file -> save. Is there a way to save that graphic automatical when its being plotted on the screen? I could catch that window with saveimage (x,y...) but I need a more general way to save that graphic.
Thanks in advance,
Markus
Link Copied
3 Replies
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
I don't see what's wrong with SaveImage? Can you clarify?
Jugoslav
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
With saveimage I have to use different coordinates for every single image. With an automatic save I dont have to think about that...
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
Well, I'm affraid there's no simpler way -- but you can retrieve the bounding coordinates relatively easily as one of:
1) coordinates from your code, or
2) returned from GetViewport, or
3) returned from GetWindowConfig
depending on which is the most suitable.
Jugoslav

Reply
Topic Options
- Subscribe to RSS Feed
- Mark Topic as New
- Mark Topic as Read
- Float this Topic for Current User
- Bookmark
- Subscribe
- Printer Friendly Page