Метод | Описание | |
---|---|---|
Capture ( |
Captures the screen using the SourceCopy | CaptureBlt.
|
|
DrawFrame ( |
Draws a rectangle over a Window.
|
Метод | Описание | |
---|---|---|
BitBlt ( [ hdc, int nXDest, int nYDest, int nWidth, int nHeight, [ hdcSrc, int nXSrc, int nYSrc, CopyPixelOperation dwRop ) : bool | ||
ClientToScreen ( |
||
CopyIcon ( |
||
CreateCompatibleBitmap ( |
||
CreateCompatibleDC ( [ hdc ) : |
||
DeleteDC ( [ hdc ) : bool | ||
DeleteObject ( [ hObject ) : bool | ||
DwmExtendFrameIntoClientArea ( |
||
DwmIsCompositionEnabled ( ) : bool | ||
GetCurrentPositionEx ( |
||
GetCursorInfo ( CURSORINFO &pci ) : bool | ||
GetDesktopWindow ( ) : |
||
GetDeviceCaps ( |
||
GetIconInfo ( |
||
GetProcessDpiAwareness ( |
||
GetProcessId ( |
||
GetWindowDC ( |
||
GetWindowOrgEx ( |
||
GetWindowRect ( |
||
OffsetRect ( System.Windows.Forms.RECT &lprc, int dx, int dy ) : bool | ||
PatBlt ( |
||
ReleaseDC ( |
||
SelectObject ( [ hdc, [ hgdiobj ) : |
||
SetProcessDpiAwareness ( PROCESS_DPI_AWARENESS awareness ) : bool | ||
WindowFromPoint ( int xPoint, int yPoint ) : |
public static Capture ( |
||
size | The size of the final image. | |
positionX | int | Source capture Left position. |
positionY | int | Source capture Top position. |
Результат |
public static DrawFrame ( |
||
hWnd | The window handle. | |
scale | double | |
Результат | void |