wManager.Wow.Helpers Namespace
WRobot

Display Methods

The Display type exposes the following members.

Methods


  Name Description
Public method Static member GetWindowHeight
Gets the height window.
Public method Static member GetWindowPosX
Gets window pos X.
Public method Static member GetWindowPosY
Gets window pos Y.
Public method Static member GetWindowWidth
Gets the width of the window.
Public method Static member ProtectAgainstScreenshots(Window, Boolean)
Protects the against screenshots.
Public method Static member ProtectAgainstScreenshots(Form, Boolean)
Protects the against screenshots.
Public method Static member ProtectAgainstScreenshots(IntPtr)
Protects the against screenshots.
Public method Static member ScreenshotWindow(IntPtr, String, ImageFormat, Int32, Int32)
Take a window screenshot and save to file.
Public method Static member ScreenshotWindow(IntPtr, String, Int32, Int32)
Take a window screenshot and save to .jpeg file.
Public method Static member ScreenshotWindow(IntPtr, Int32, Int32)
Take a window screenshot and return Image.
Public method Static member ScreenshotWindowToBytes(IntPtr, ImageFormat, Int32, Int32)
Take a window screenshot and return file.
Public method Static member ScreenshotWindowToBytes(IntPtr, Int32, Int32)
Take a window screenshot and return .jpeg file.
Public method Static member SetWindowPositionSize
Move and resize Windows.
Public method Static member ShowWindow
Show window (used when minimized to restore it).
Public method Static member WindowInTaskBarre
Window is in taskbar (minimized).
Public method Static member WndProc