com.sun.jna.examples.win32
Interface GDI32
public
interface
GDI32
extends W32API
Definition (incomplete) of gdi32.dll
.
Method Summary |
int | CombineRgn(HRGN hrgnDest, HRGN hrgnSrc1, HRGN hrgnSrc2, int fnCombineMode) |
HBITMAP | CreateCompatibleBitmap(HDC hDC, int width, int height) |
HDC | CreateCompatibleDC(HDC hDC) |
HBITMAP | CreateDIBitmap(HDC hDC, GDI32.BITMAPINFOHEADER lpbmih, int fdwInit, Pointer lpbInit, GDI32.BITMAPINFO lpbmi, int fuUsage) |
HBITMAP | CreateDIBSection(HDC hDC, GDI32.BITMAPINFO pbmi, int iUsage, PointerByReference ppvBits, Pointer hSection, int dwOffset) |
HRGN | CreatePolyPolygonRgn(User32.POINT[] lppt, int[] lpPolyCounts, int nCount, int fnPolyFillMode) |
HRGN | CreateRectRgn(int nLeftRect, int nTopRect, int nRightRect, int nBottomRect) |
HRGN | CreateRoundRectRgn(int nLeftRect, int nTopRect, int nRightRect, int nBottomRect, int nWidthEllipse, int nHeightEllipse) |
boolean | DeleteDC(HDC hDC) |
boolean | DeleteObject(HANDLE p) |
HRGN | ExtCreateRegion(Pointer lpXform, int nCount, GDI32.RGNDATA lpRgnData) |
HANDLE | SelectObject(HDC hDC, HANDLE hGDIObj) |
int | SetPixel(HDC hDC, int x, int y, int crColor) |
boolean | SetRectRgn(HRGN hrgn, int nLeftRect, int nTopRect, int nRightRect, int nBottomRect) |
public int ALTERNATE
public int BI_BITFIELDS
public int BI_JPEG
public int BI_PNG
public int BI_RGB
public int BI_RLE4
public int BI_RLE8
public int COMPLEXREGION
public int DIB_PAL_COLORS
public int DIB_RGB_COLORS
public int ERROR
public int NULLREGION
public int RDH_RECTANGLES
public int RGN_AND
public int RGN_COPY
public int RGN_DIFF
public int RGN_OR
public int RGN_XOR
public int SIMPLEREGION
public int WINDING
public int CombineRgn(HRGN hrgnDest, HRGN hrgnSrc1, HRGN hrgnSrc2, int fnCombineMode)
public HBITMAP CreateCompatibleBitmap(HDC hDC, int width, int height)
public HDC CreateCompatibleDC(HDC hDC)
public HRGN CreatePolyPolygonRgn(
User32.
POINT[] lppt, int[] lpPolyCounts, int nCount, int fnPolyFillMode)
public HRGN CreateRectRgn(int nLeftRect, int nTopRect, int nRightRect, int nBottomRect)
public HRGN CreateRoundRectRgn(int nLeftRect, int nTopRect, int nRightRect, int nBottomRect, int nWidthEllipse, int nHeightEllipse)
public boolean DeleteDC(HDC hDC)
public boolean DeleteObject(HANDLE p)
public HANDLE SelectObject(HDC hDC, HANDLE hGDIObj)
public int SetPixel(HDC hDC, int x, int y, int crColor)
public boolean SetRectRgn(HRGN hrgn, int nLeftRect, int nTopRect, int nRightRect, int nBottomRect)
Copyright © 2007-2009 Timothy Wall. All Rights Reserved.