KB01_Engine
|
WindowManagerFacade..::..CreateNewWindow Method
Creates the new window.
Namespace:
Assembly:
KB01_Engine (in KB01_Engine.dll)
Syntax
public void CreateNewWindow( string _name, int _top, int _left, int _bottom, int _right, int _amountOfScenes, int _levelIndex )
Public Sub CreateNewWindow ( _ _name As string, _ _top As int, _ _left As int, _ _bottom As int, _ _right As int, _ _amountOfScenes As int, _ _levelIndex As int _ )
public: void CreateNewWindow( string _name, int _top, int _left, int _bottom, int _right, int _amountOfScenes, int _levelIndex )
Parameters
- _name
- Type: string
The _name.
- _top
- Type: int
The _top.
- _left
- Type: int
The _left.
- _bottom
- Type: int
The _bottom.
- _right
- Type: int
The _right.
- _amountOfScenes
- Type: int
The _amount of scenes.
- _levelIndex
- Type: int
Index of the _level.