Uses of Class
com.sun.jna.platform.win32.W32API.HDC

Packages that use W32API.HDC
com.sun.jna.platform.win32   
 

Uses of W32API.HDC in com.sun.jna.platform.win32
 

Methods in com.sun.jna.platform.win32 that return W32API.HDC
 W32API.HDC GDI32.CreateCompatibleDC(W32API.HDC hDC)
           
 W32API.HDC User32.GetDC(W32API.HWND hWnd)
           
 

Methods in com.sun.jna.platform.win32 with parameters of type W32API.HDC
 W32API.HBITMAP GDI32.CreateCompatibleBitmap(W32API.HDC hDC, int width, int height)
           
 W32API.HDC GDI32.CreateCompatibleDC(W32API.HDC hDC)
           
 W32API.HBITMAP GDI32.CreateDIBitmap(W32API.HDC hDC, GDI32.BITMAPINFOHEADER lpbmih, int fdwInit, com.sun.jna.Pointer lpbInit, GDI32.BITMAPINFO lpbmi, int fuUsage)
           
 W32API.HBITMAP GDI32.CreateDIBSection(W32API.HDC hDC, GDI32.BITMAPINFO pbmi, int iUsage, com.sun.jna.ptr.PointerByReference ppvBits, com.sun.jna.Pointer hSection, int dwOffset)
           
 boolean GDI32.DeleteDC(W32API.HDC hDC)
           
 int User32.ReleaseDC(W32API.HWND hWnd, W32API.HDC hDC)
           
 W32API.HANDLE GDI32.SelectObject(W32API.HDC hDC, W32API.HANDLE hGDIObj)
           
 int GDI32.SetPixel(W32API.HDC hDC, int x, int y, int crColor)
           
 boolean User32.UpdateLayeredWindow(W32API.HWND hwnd, W32API.HDC hdcDst, User32.POINT pptDst, User32.SIZE psize, W32API.HDC hdcSrc, User32.POINT pptSrc, int crKey, User32.BLENDFUNCTION pblend, int dwFlags)