ApplicationWindow_WinAPI Description class Tinman.Engine.Application.ApplicationWindow_WinAPI Derived from ApplicationWindow abstract Base class for IApplicationWindow implementations that use the WinAPI. Public / Methods ClientRectNative public static method ClientRectNative → (1) windowHandle in : IntPtr The HWND value. returns → Box2I The client rectangle. Returns the client rectangle of the given window. ClientSizeNative public static method ClientSizeNative → (1) windowHandle in : IntPtr The HWND value. returns → Vec2I The client rectangle. Returns the client size of the given window. See also NativeWindowDelegate Protected / Constructors ApplicationWindow_WinAPI protected constructor ApplicationWindow_WinAPI → (1) windowHandle in : IntPtr The native top-level window handle. Creates a new instance of ApplicationWindow_WinAPI. Protected / Attributes windowHandle protected attribute windowHandle → (IntPtr) The native window handle. ApplicationWindowFactory BoundedInput