How can I capture screen under my own window excluding my own window

前端 未结 4 1013
情书的邮戳
情书的邮戳 2021-01-05 10:42

Assuming I would like to program a magnifier, how could I capture the content of the screen excluding my very own window ? I know how to capture the screen with my own windo

4条回答
  •  小蘑菇
    小蘑菇 (楼主)
    2021-01-05 10:58

    During the capture process set the forms AlphaBlend property to true and the AlphaBlendValue to 0. Be aware that this will make your form completely invisible.

提交回复
热议问题