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