C# Class UlteriusServer.Api.Win32.Gdi

Mostra file Open project: Ulterius/server

Private Methods

Method Description
BitBlt ( IntPtr hdcDest, int xDest, int yDest, int wDest, int hDest, IntPtr hdcSource, int xSrc, int ySrc, int rasterOp ) : bool
CreateCompatibleBitmap ( IntPtr hdc, int nWidth, int nHeight ) : IntPtr
CreateCompatibleDC ( IntPtr hdc ) : IntPtr
CreateDC ( IntPtr lpszDriver, string lpszDevice, IntPtr lpszOutput, IntPtr lpInitData ) : IntPtr
CreateDIBSection ( IntPtr hdc, [ pbmi, uint pila, IntPtr &ppvBits, IntPtr hSection, uint dwOffset ) : IntPtr
DeleteDC ( IntPtr hDc ) : IntPtr
DeleteObject ( IntPtr hDc ) : IntPtr
SelectObject ( IntPtr hdc, IntPtr bmp ) : IntPtr
SetStretchBltMode ( IntPtr hdc, int iStretchMode ) : int
StretchBlt ( IntPtr hDestDC, int x, int y, int nWidth, int nHeight, IntPtr hSrcDC, int xSrc, int ySrc, int nSrcWidth, int nSrcHeight, int dwRop ) : int