C# Class System.Runtime.InteropServices.GDI32

ファイルを表示 Open project: adamhooper/html_to_png_server Class Usage Examples

Private Methods

Method Description
BitBlt ( IntPtr hObject, int nXDest, int nYDest, int nWidth, int nHeight, IntPtr hObjSource, int nXSrc, int nYSrc, TernaryRasterOperations dwRop ) : bool
CreateCompatibleBitmap ( IntPtr hdc, int nWidth, int nHeight ) : IntPtr
CreateCompatibleDC ( IntPtr hdc ) : IntPtr
DeleteDC ( IntPtr hdc ) : bool
SelectObject ( IntPtr hdc, IntPtr hgdiobj ) : IntPtr