比如 在窗口下放一个 视频播放器, 如何透过 覆盖在上面的窗口 取得被遮盖的背景?

解决方案 »

  1.   

    GetClipbox()//Retrieves the dimensions of the tightest bounding rectangle around the current clipping boundary.请问这个同我的问题有什么关系
      

  2.   

    GetClipbox()//Retrieves the dimensions of the tightest bounding rectangle around the current clipping boundary.你可以在被覆盖的窗体上创建DC,然后可以得到被覆盖区域
      

  3.   

    区域是一个什么概念? 看代码好像是Rect的大小,里面的像素信息包括吗?