C# Class LitDev.GDI32

Datei anzeigen Open project: litdev1/LitDev

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
GetDeviceCaps ( IntPtr hDC, int nIndex ) : int
SelectObject ( IntPtr hDC, IntPtr hObject ) : IntPtr