Click to See Complete Forum and Search --> : faster than Bitblt()


preetham
April 13th, 2003, 04:53 PM
Hi all,
In my program i am capturing a part of the screen and saving it as a bitmap.
I am using BitBlt to get the contents of the screen. On my machine, i noticed that
BitBlt() takes about 170ms to execute(roughly). Is there a faster alternative to Bitblt().
Appreciate the help.