Uses of Class
com.moesol.bindings.platform_sdk.windows_api.HDC

Packages that use HDC
com.moesol.bindings.platform_sdk.windows_api   
 

Uses of HDC in com.moesol.bindings.platform_sdk.windows_api
 

Methods in com.moesol.bindings.platform_sdk.windows_api that return HDC
static HDC HDC.createCompatibleDC(HDC hdc)
          Call Win32 CreateCompatibleDC
static HDC HDC.createDC(String driver, String device, String output, DEVMODE devmode)
          Call Win32 CreateDC.
 

Methods in com.moesol.bindings.platform_sdk.windows_api with parameters of type HDC
 void HDC.bitBlt(int nXDest, int nYDest, int nWidth, int nHeight, HDC hdcSrc, int nXSrc, int nYSrc, long dwRop)
          Call Win32 BitBlt.
static HBITMAP HBITMAP.createCompatibleBitmap(HDC hdc, int width, int height)
           
static HDC HDC.createCompatibleDC(HDC hdc)
          Call Win32 CreateCompatibleDC
static HBITMAP HBITMAP.createDIBitmap(HDC hdc, BITMAPINFOHEADER bmih, int fdwInit, int[] lpbInit, BITMAPINFO lpbmi, int fuUsage)
           
static HBITMAP HBITMAP.createDIBitmap(HDC hdc, BufferedImage bi)
           
static HBITMAP HBITMAP.createDIBitmap(HDC hdc, BufferedImage bi, boolean clear_alpha)
          Create a Win32 Device Dependent Bitmap from a java.awt.image.BufferedImage.
static int PlatformSDK.GetDeviceCaps(HDC hdc, int nIndex)
           
static void PlatformSDK.GetTextExtentPoint32(HDC hdc, String lpString, SIZE[] out_size)
           
 



Copyright © 2004 Moebius Solutions, Inc. All Rights Reserved.