Class | Description |
---|---|
Gdi | GDI binding for .NET, implementing Windows-specific GDI functionality. |
IlasmAttribute | Injects supplied MSIL into the method's body. |
Kernel | Kernel binding for .NET, implementing Windows-specific kernel functionality. |
SimpleOpenGlControl | Provides a simple OpenGL control allowing quick development of Windows Forms-based OpenGL applications. |
User | User binding for .NET, implementing Windows-specific user functionality. |
Wgl |
WGL binding for .NET, implementing Windows-specific OpenGL functionality. |
Winmm | Windows Multimedia binding for .NET, implementing Windows-specific multimedia functionality. |
WinNt | WinNT binding for .NET, implementing Windows NT-specific functionality. |
Structure | Description |
---|---|
Gdi.DEVMODE |
The DEVMODE data structure contains information about the initialization and environment of a printer or a display device. |
Gdi.GLYPHMETRICSFLOAT | The GLYPHMETRICSFLOAT structure contains information about the placement and orientation of a glyph in a character cell. |
Gdi.PIXELFORMATDESCRIPTOR | The PIXELFORMATDESCRIPTOR structure describes the pixel format of a drawing surface. |
Gdi.POINTFLOAT | The POINTFLOAT structure contains the x and y coordinates of a point. |
Kernel.MEMORYSTATUS |
The MEMORYSTATUS structure contains information about the current state of both physical and virtual memory. The GlobalMemoryStatus function stores information in a MEMORYSTATUS structure. |
Kernel.SYSTEM_INFO | The SYSTEM_INFO structure contains information about the current computer system. This includes the architecture and type of the processor, the number of processors in the system, the page size, and other such information. |
Kernel.SYSTEM_INFO_UNION | Union for the OemId, ProcessorArchitecture, and Reserved fields of the Kernel.SYSTEM_INFO structure. |
Winmm.JOYCAPS | The JOYCAPS structure contains information about the joystick capabilities. |
Winmm.JOYINFO | The JOYINFO structure contains information about the joystick position and button state. |
Winmm.JOYINFOEX | The JOYINFOEX structure contains extended information about the joystick position, point-of-view position, and button state. |