C# Class BrowserTools.Screenshot

Show file Open project: DevExpress/testcafe-browser-natives

Private Methods

Method Description
CaptureFromScreen ( IntPtr hwnd, WindowInfo wi ) : Bitmap
CaptureWindow ( IntPtr hwnd, string processName ) : Bitmap
EnumChildWindows ( IntPtr hwndParent, EnumWindowsProc lpEnumFunc, IntPtr lParam = default(IntPtr) ) : bool
GetChildWindowName ( string processName ) : string
GetVisibleRectangle ( WindowInfo wi, Screen s ) : Rectangle
GetWindowInfo ( IntPtr hwnd, string processName ) : WindowInfo
GetWindowVisibleArea ( WindowInfo wi, Screen s ) : int
IsZoomed ( IntPtr hWnd ) : bool
Main ( string args ) : void
MoveWindow ( IntPtr hWnd, int X, int Y, int nWidth, int nHeight, bool bRepaint ) : bool
PlaceWindowOnScreen ( IntPtr hWnd ) : void
PrintWindow ( IntPtr hwnd, WindowInfo wi, string processName ) : Bitmap
PrintWindow ( IntPtr hWnd, IntPtr hdcBlt, uint nFlags ) : bool
SaveBitmap ( Bitmap bmp, string filePath ) : void
isMSEdgeBrowser ( string processName ) : bool
isWindows10 ( ) : bool