BitBlt Only To Capture Area On Screen

  • Thread starter Thread starter Henry Wu
  • Start date Start date
H

Henry Wu

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
 
Back
Top