KB01_Engine
|
Window Constructor
Initializes a new instance of the [Window] class.
Namespace:
Assembly:
KB01_Engine (in KB01_Engine.dll)
Syntax
public Window( RECT _rectangle, string _title, WNDCLASSEX _windowClassEx )
Public Sub New ( _ _rectangle As RECT, _ _title As string, _ _windowClassEx As WNDCLASSEX _ )
public: Window( RECT _rectangle, string _title, WNDCLASSEX _windowClassEx )
Parameters
- _rectangle
- Type: RECT
The _rectangle.
- _title
- Type: string
The _title.
- _windowClassEx
- Type: WNDCLASSEX
The _window class ex.