Bob
Mon Sep 06 10:48:34 CDT 2004
The GDI+ FAQ has an article on this subject.
--
Bob Powell [MVP]
Visual C#, System.Drawing
Answer those GDI+ questions with the GDI+ FAQ
http://www.bobpowell.net/gdiplus_faq.htm
The GDI+ FAQ RSS feed:
http://www.bobpowell.net/faqfeed.xml
Windows Forms Tips and Tricks RSS:
http://www.bobpowell.net/tipstricks.xml
Bob's Blog:
http://bobpowelldotnet.blogspot.com/atom.xml
"Henry Wu" <henrycortezwu@hotmail.com> wrote in message
news:8612270.0409060437.74a65cc2@posting.google.com...
> Hi is it possible to capture just an area of the screen using BitBlt
> only and not StretchBlt or Graphics.DrawImage to crop the area of the
> screen. I don't mind using some other APIs to accomplish this. Maybe
> SetWindowRgn? But I don't know how to use.
>
> Thanks,
> Henry