Method |
Description |
|
BitBlt ( IntPtr targetDC, int targetX, int targetY, int targetWidth, int targetHeight, IntPtr sourceDC, int sourceStartX, int sourceStartY, RasterOperations ro ) : bool |
|
|
CaptureScreenRegion ( Point location, Size size, RasterOperations opcode ) : Image |
|
|
CreateCompatibleDC ( IntPtr hdc ) : IntPtr |
|
|
DeleteDC ( IntPtr hdc ) : bool |
|
|
DeleteObject ( IntPtr hObject ) : bool |
|
|
GetDesktopWindow ( ) : IntPtr |
|
|
GetWindowDC ( IntPtr windowHandle ) : IntPtr |
|
|
GetWindowLong ( IntPtr hWnd, int nIndex ) : int |
|
|
ReleaseDC ( IntPtr windowHandle, IntPtr dc ) : int |
|
|
SelectObject ( IntPtr hdc, IntPtr hgdiobj ) : IntPtr |
|
|
SetLayeredWindowAttributes ( HandleRef hwnd, int crKey, byte bAlpha, int dwFlags ) : bool |
|
|
SetWindowLong ( IntPtr hWnd, int nIndex, int dwNewLong ) : int |
|
|
ShowWindow ( IntPtr handle, int message ) : bool |
|
|
StretchBlt ( IntPtr destDC, int dX, int dY, int dWidth, int dHeight, IntPtr sourceDC, int sX, int sY, int sWidth, int sHeight, RasterOperations ro ) : bool |
|
|