C# Class PInvoke.Gdi32

Exported functions from the Gdi32.dll Windows library.
Show file Open project: AArnott/pinvoke

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 ( User32 hDC, int nWidth, int nHeight ) : IntPtr
CreateCompatibleDC ( User32 hDC ) : PInvoke.User32.SafeDCHandle
DeleteDC ( User32 hDC ) : bool
DeleteObject ( IntPtr hObject ) : bool
GetDeviceCaps ( User32 hdc, DeviceCap nIndex ) : int
GetDeviceCaps ( User32 hdc, int nIndex ) : int
GetStockObject ( StockObject fnObject ) : IntPtr
SelectObject ( User32 hDC, IntPtr hObject ) : IntPtr