printing from PictureBox and Managed DirectX9.0

  • Thread starter Thread starter Antonio Orozco
  • Start date Start date
A

Antonio Orozco

Ok, i already have my directx image on a picture box, but now i want
to print it and i don't find how to do this... can somebody help me?


thnks....

Antonio O.
 
* (e-mail address removed) (Antonio Orozco) scripsit:
Ok, i already have my directx image on a picture box, but now i want
to print it and i don't find how to do this... can somebody help me?

How did you put the image onto the picturebox? Is the image a 'Bitmap'
object?
 
Antonio Orozco said:
Ok, i already have my directx image on a picture box, but now i
want to print it and i don't find how to do this... can somebody help
me?

To find out how to capture the image, I'd ask in the MDX group
(microsoft.public.win32.programmer.directx.managed). If you've got the
surface reference, you can call it's GetDC method and blit the image to a
Bitmap object.

How to print it:
http://msdn.microsoft.com/library/en-us/vbcon/html/vbconPrintSupport.asp


--
Armin

How to quote and why:
http://www.plig.net/nnq/nquote.html
http://www.netmeister.org/news/learn2quote.html
 
If you've got the surface reference, you can call it's GetDC method
and blit the image to a Bitmap object.




how can i do this???? the surface reference??? the getdc method???
blit the image???? explain me please..... thnx


antonio o.
 
Back
Top