Cleanup
This commit is contained in:
@@ -2,7 +2,7 @@ namespace VAR.Toolbox.Code.DirectShow
|
||||
{
|
||||
using System;
|
||||
using System.Runtime.InteropServices;
|
||||
|
||||
|
||||
/// <summary>
|
||||
/// The IBaseFilter interface provides methods for controlling a filter.
|
||||
/// All DirectShow filters expose this interface
|
||||
|
||||
@@ -1,8 +1,8 @@
|
||||
namespace VAR.Toolbox.Code.DirectShow
|
||||
{
|
||||
using System;
|
||||
using System.Runtime.InteropServices;
|
||||
using System.Drawing;
|
||||
using System.Runtime.InteropServices;
|
||||
|
||||
// PIN_DIRECTION
|
||||
|
||||
|
||||
@@ -1,6 +1,5 @@
|
||||
namespace VAR.Toolbox.Code.DirectShow
|
||||
{
|
||||
using System;
|
||||
using System.Runtime.InteropServices;
|
||||
|
||||
/// <summary>
|
||||
|
||||
@@ -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
|
||||
{
|
||||
|
||||
@@ -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.
|
||||
|
||||
@@ -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
|
||||
{
|
||||
|
||||
@@ -1,7 +1,6 @@
|
||||
using System;
|
||||
using System.Collections.Generic;
|
||||
using System.Drawing;
|
||||
using System.Linq;
|
||||
using System.Windows.Forms;
|
||||
using VAR.Toolbox.Code;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user