CreateViewPort Method

KB01 Engine

KB01_Engine

Scene..::..CreateViewPort Method

Creates the view port based on the amount of scenes that will be splitted on the window.

Namespace:  
Assembly:  KB01_Engine (in KB01_Engine.dll)

Syntax


public void CreateViewPort(
	RECT _rect
)
Public Sub CreateViewPort ( _
	_rect As RECT _
)
public:
void CreateViewPort(
	RECT _rect
)

Parameters

_rect
Type: RECT
The _rect.

See Also