From f25f89101a98ad815c0ae2d25e1a8dc35d53a5dd Mon Sep 17 00:00:00 2001
From: asmrobot <asmrobot@hotmail.com>
Date: Tue, 29 Oct 2019 13:55:37 +0000
Subject: [PATCH] format state machine

---
 src/RichCreator.Utility/Captures/BitBltCapture.cs |    1 -
 1 files changed, 0 insertions(+), 1 deletions(-)

diff --git a/src/RichCreator.Utility/Captures/BitBltCapture.cs b/src/RichCreator.Utility/Captures/BitBltCapture.cs
index b17a995..9a620ec 100644
--- a/src/RichCreator.Utility/Captures/BitBltCapture.cs
+++ b/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

--
Gitblit v1.9.3