C# Class BitrixAQA.Selenium.General.ScreenCapture.GDI32

Helper class containing Gdi32 API functions
Show file Open project: BitrixQA/BitrixAQA

Private Methods

Method Description
BitBlt ( IntPtr hObject, int nXDest, int nYDest, int nWidth, int nHeight, IntPtr hObjectSource, int nXSrc, int nYSrc, int dwRop ) : bool
CreateCompatibleBitmap ( IntPtr hDC, int nWidth, int nHeight ) : IntPtr
CreateCompatibleDC ( IntPtr hDC ) : IntPtr
DeleteDC ( IntPtr hDC ) : bool
DeleteObject ( IntPtr hObject ) : bool
SelectObject ( IntPtr hDC, IntPtr hObject ) : IntPtr