Class WindowHandle
A platform specific window handle.
public class WindowHandle
- Inheritance
-
WindowHandle
Constructors
WindowHandle(AppContextType, object, nint)
Initializes a new instance of the WindowHandle class.
public WindowHandle(AppContextType context, object nativeWindow, nint handle)
Parameters
context
AppContextTypeThe context.
nativeWindow
objectThe native window instance (Winforms, SDLWindow, ...).
handle
nintThe associated handle of
nativeWindow
.
Fields
Context
The context.
public readonly AppContextType Context
Field Value
Properties
Handle
The associated platform specific handle of NativeWindow.
public nint Handle { get; }
Property Value
NativeWindow
The native windows as an opaque object.
public object NativeWindow { get; }