|
-
Jan 30th, 2003, 09:56 AM
#1
Thread Starter
New Member
Printing OpenGL image from Visual Basic
I have developed an application in visual basic which uses opengl for rendering graphics.
Now I want to print the rendered image to printer. Unfortunately no help is available for visual basic.
Anybody out there to help me ?
Sample code will be of great help.
ravi
-
Jan 30th, 2003, 01:35 PM
#2
I doubt you can use a printer context and render to it.
Screenshot seems the way to go. I mean, not really a screenshot.
Render into an offscreen surface (or the OpenGL equivalent of it), get the data of that surface and BitBlt it over to the printer context.
All the buzzt
 CornedBee
"Writing specifications is like writing a novel. Writing code is like writing poetry."
- Anonymous, published by Raymond Chen
Don't PM me with your problems, I scan most of the forums daily. If you do PM me, I will not answer your question.
Posting Permissions
- You may not post new threads
- You may not post replies
- You may not post attachments
- You may not edit your posts
-
Forum Rules
|
Click Here to Expand Forum to Full Width
|