o
asmrobot
2019-10-27 c4bd9d8c587bd1401f0fb2f60c34a4964d7afe20
src/RichCreator.Utility/Captures/BitBltCapture.cs
@@ -42,7 +42,6 @@
        /// <returns></returns>
        private static Bitmap CaptureWindow(IntPtr handle,Int32 x,Int32 y,Int32 width,Int32 height)
        {
            //todo:只截取部分的图
            // get te hDC of the target window
            IntPtr hdcSrc = Utils.GetWindowDC(handle);
            // get the size