Structure that represents the default Win32 WGL graphics output properties.
More...
#include <kanzi/core.ui/platform/graphics_output/win32_wgl/default_win32_wgl_graphics_output_properties.hpp>
Structure that represents the default Win32 WGL graphics output properties.
- Since
- Kanzi 3.9.7
◆ DefaultWin32WGLGraphicsOutputProperties() [1/2]
kanzi::win32::DefaultWin32WGLGraphicsOutputProperties::DefaultWin32WGLGraphicsOutputProperties |
( |
| ) |
|
|
explicitdefault |
◆ DefaultWin32WGLGraphicsOutputProperties() [2/2]
Constructor.
- Parameters
-
configuration | Configuration parameters for the default Win32 WGL graphics output. |
◆ windowRegion
windowing::Region kanzi::win32::DefaultWin32WGLGraphicsOutputProperties::windowRegion |
◆ windowOrder
unsigned int kanzi::win32::DefaultWin32WGLGraphicsOutputProperties::windowOrder |
◆ windowProperties
Default window properties for the graphics output.
◆ windowStyle
WindowStyle kanzi::win32::DefaultWin32WGLGraphicsOutputProperties::windowStyle |
Default window style for the graphics output.
◆ windowTitle
string kanzi::win32::DefaultWin32WGLGraphicsOutputProperties::windowTitle |
Default window title for the graphics output.
◆ windowClassName
string kanzi::win32::DefaultWin32WGLGraphicsOutputProperties::windowClassName |
Default window class name for the graphics output.
◆ graphicsFormatID
optional<int> kanzi::win32::DefaultWin32WGLGraphicsOutputProperties::graphicsFormatID |
WGL graphics format ID. If not specified, nullopt.
◆ displayIndex
optional<unsigned int> kanzi::win32::DefaultWin32WGLGraphicsOutputProperties::displayIndex |
Display index for the window. If not specified, nullopt.
◆ surfaceColorSpace
SurfaceColorSpace kanzi::win32::DefaultWin32WGLGraphicsOutputProperties::surfaceColorSpace |
◆ bitsColorR
optional<int> kanzi::win32::DefaultWin32WGLGraphicsOutputProperties::bitsColorR |
Exact size of the red color channel bits. If not specified, nullopt.
◆ bitsColorG
optional<int> kanzi::win32::DefaultWin32WGLGraphicsOutputProperties::bitsColorG |
Exact size of the green color channel bits. If not specified, nullopt.
◆ bitsColorB
optional<int> kanzi::win32::DefaultWin32WGLGraphicsOutputProperties::bitsColorB |
Exact size of the blue color channel bits. If not specified, nullopt.
◆ bitsAlpha
optional<int> kanzi::win32::DefaultWin32WGLGraphicsOutputProperties::bitsAlpha |
Exact size of the alpha channel bits. If not specified, nullopt.
◆ bitsDepth
optional<int> kanzi::win32::DefaultWin32WGLGraphicsOutputProperties::bitsDepth |
Exact size of the depth channel bits. If not specified, nullopt.
The documentation for this struct was generated from the following file: