C# Class D3Bit.Screenshot

Show file Open project: CreepGin/D3Bit

Public Methods

Method Description
GetSnapShot ( Process d3Proc ) : Bitmap
GetToolTip ( Bitmap bitmap ) : Bitmap

Private Methods

Method Description
GetMaxVerticalDistance ( List lines ) : int
GetWindowRect ( IntPtr hWnd, System.Windows.Forms.RECT &lpRect ) : bool
PrintWindow ( IntPtr hWnd, IntPtr hdcBlt, int nFlags ) : bool

Method Details

GetSnapShot() public static method

public static GetSnapShot ( Process d3Proc ) : Bitmap
d3Proc System.Diagnostics.Process
return System.Drawing.Bitmap

GetToolTip() public static method

public static GetToolTip ( Bitmap bitmap ) : Bitmap
bitmap System.Drawing.Bitmap
return System.Drawing.Bitmap