Handles the different properties of a viewport and is usually used for a multi viewport system in windowed mode.
VB.NET
' TV Variables Public TVView As TVViewport ' Declare new TVViewport Object TVView = New TVViewport
C#
// Declare the TV Objects. public TVViewport Viewport; // Create the TVViewport Interface. Viewport = new TVViewport();
C++
//todo
| Method | Description |
|---|---|
| GetCamera | Short description of GetCamera |
| GetHeight | Short description of GetHeight |
| GetHWND | Short description of GetHWND |
| GetIndex | Short description of GetIndex |
| GetName | Short description of GetName |
| GetTargetArea | Short description of GetTargetArea |
| GetViewportIndex | Short description of GetViewportIndex |
| GetWidth | Short description of GetWidth |
| Resize | Short description of Resize |
| SetAutoResize | Short description of SetAutoResize |
| SetBackgroundColor | Short description of SetBackgroundColor |
| SetCamera | Short description of SetCamera |
| SetHWND | Short description of SetHWND |
| SetIndex | Short description of SetIndex |
| SetTargetArea | Short description of SetTargetArea |
| SetViewportIndex | Short description of SetViewportIndex |