public interface WinGDI extends StdCallLibrary
Modifier and Type | Interface and Description |
---|---|
static class |
WinGDI.BITMAP |
static class |
WinGDI.BITMAPINFO |
static class |
WinGDI.BITMAPINFOHEADER |
static class |
WinGDI.DIBSECTION |
static class |
WinGDI.ICONINFO |
static class |
WinGDI.PIXELFORMATDESCRIPTOR
The PIXELFORMATDESCRIPTOR structure describes the pixel format of a drawing surface.
|
static class |
WinGDI.RGBQUAD |
static class |
WinGDI.RGNDATA |
static class |
WinGDI.RGNDATAHEADER |
StdCallLibrary.StdCallCallback
Library.Handler
Modifier and Type | Field and Description |
---|---|
static int |
ALTERNATE |
static int |
BI_BITFIELDS |
static int |
BI_JPEG |
static int |
BI_PNG |
static int |
BI_RGB |
static int |
BI_RLE4 |
static int |
BI_RLE8 |
static int |
COMPLEXREGION |
static int |
DIB_PAL_COLORS |
static int |
DIB_RGB_COLORS |
static int |
ERROR |
static int |
NULLREGION |
static int |
PFD_DOUBLEBUFFER |
static int |
PFD_DRAW_TO_BITMAP |
static int |
PFD_DRAW_TO_WINDOW |
static int |
PFD_GENERIC_ACCELERATED |
static int |
PFD_GENERIC_FORMAT |
static int |
PFD_MAIN_PLANE |
static int |
PFD_NEED_PALETTE |
static int |
PFD_NEED_SYSTEM_PALETTE |
static int |
PFD_OVERLAY_PLANE |
static int |
PFD_STEREO |
static int |
PFD_SUPPORT_DIRECTDRAW |
static int |
PFD_SUPPORT_GDI |
static int |
PFD_SUPPORT_OPENGL |
static int |
PFD_SWAP_COPY |
static int |
PFD_SWAP_EXCHANGE |
static int |
PFD_SWAP_LAYER_BUFFERS |
static int |
PFD_TYPE_COLORINDEX |
static int |
PFD_TYPE_RGBA |
static int |
PFD_UNDERLAY_PLANE |
static int |
RDH_RECTANGLES |
static int |
RGN_AND |
static int |
RGN_COPY |
static int |
RGN_DIFF |
static int |
RGN_OR |
static int |
RGN_XOR |
static int |
SIMPLEREGION |
static int |
WINDING |
FUNCTION_MAPPER, STDCALL_CONVENTION
OPTION_ALLOW_OBJECTS, OPTION_CALLING_CONVENTION, OPTION_CLASSLOADER, OPTION_FUNCTION_MAPPER, OPTION_INVOCATION_MAPPER, OPTION_OPEN_FLAGS, OPTION_STRING_ENCODING, OPTION_STRUCTURE_ALIGNMENT, OPTION_TYPE_MAPPER
static final int RDH_RECTANGLES
static final int RGN_AND
static final int RGN_OR
static final int RGN_XOR
static final int RGN_DIFF
static final int RGN_COPY
static final int ERROR
static final int NULLREGION
static final int SIMPLEREGION
static final int COMPLEXREGION
static final int ALTERNATE
static final int WINDING
static final int BI_RGB
static final int BI_RLE8
static final int BI_RLE4
static final int BI_BITFIELDS
static final int BI_JPEG
static final int BI_PNG
static final int PFD_TYPE_RGBA
static final int PFD_TYPE_COLORINDEX
static final int PFD_MAIN_PLANE
static final int PFD_OVERLAY_PLANE
static final int PFD_UNDERLAY_PLANE
static final int PFD_DOUBLEBUFFER
static final int PFD_STEREO
static final int PFD_DRAW_TO_WINDOW
static final int PFD_DRAW_TO_BITMAP
static final int PFD_SUPPORT_GDI
static final int PFD_SUPPORT_OPENGL
static final int PFD_GENERIC_FORMAT
static final int PFD_NEED_PALETTE
static final int PFD_NEED_SYSTEM_PALETTE
static final int PFD_SWAP_EXCHANGE
static final int PFD_SWAP_COPY
static final int PFD_SWAP_LAYER_BUFFERS
static final int PFD_GENERIC_ACCELERATED
static final int PFD_SUPPORT_DIRECTDRAW
static final int DIB_RGB_COLORS
static final int DIB_PAL_COLORS