This commit is contained in:
2017-12-24 15:01:36 +01:00
parent d4eac4095c
commit bba39e422a
7 changed files with 6 additions and 18 deletions

View File

@@ -1,8 +1,8 @@
namespace VAR.Toolbox.Code.DirectShow
{
using System;
using System.Runtime.InteropServices;
using System.Drawing;
using System.Runtime.InteropServices;
// PIN_DIRECTION

View File

@@ -1,6 +1,5 @@
namespace VAR.Toolbox.Code.DirectShow
{
using System;
using System.Runtime.InteropServices;
/// <summary>

View File

@@ -3,9 +3,9 @@ namespace VAR.Toolbox.Code.DirectShow
using System;
using System.Runtime.InteropServices;
/// <summary>
/// DirectShow class IDs.
/// </summary>
/// <summary>
/// DirectShow class IDs.
/// </summary>
[ComVisible( false )]
static internal class Clsid
{

View File

@@ -6,16 +6,6 @@ namespace VAR.Toolbox.Code
{
public class Screenshooter
{
///// <summary>
///// Creates an Image object containing a screen shot of the entire desktop
///// </summary>
///// <returns></returns>
//public static Image CaptureScreen()
//{
// return CaptureWindow(User32.GetDesktopWindow());
//}
public static Bitmap CaptureScreen()
{
// Determine the size of the "virtual screen", which includes all monitors.

View File

@@ -1,7 +1,7 @@
using System;
using System.Windows.Forms;
using VAR.Toolbox.UI;
using VAR.Toolbox.Code;
using VAR.Toolbox.UI;
namespace VAR.Toolbox
{

View File

@@ -1,7 +1,6 @@
using System;
using System.Collections.Generic;
using System.Drawing;
using System.Linq;
using System.Windows.Forms;
using VAR.Toolbox.Code;