NativeWindow
Description
- Derived from
-
Disposable abstract
INativeWindow
Default implementation of the INativeWindow interface.
Use this class to wrap existing native windows when calling IGraphicsContext.CreateSwapChain, instead of creating new ones from scratch.
Public / Constructors
Automatic
Creates a new instance of NativeWindow.
The client size of the native window will be determined automatically.
Manual
Creates a new instance of NativeWindow.
The client size of the native window must be specified manually.