IScreenRect
This interface returns the size and position of the 3D Window
| 
 | Properties | 
 | 
| 
 | Gets the height of the 3D Window. | |
| 
 | Gets the x-coordinate, in screen coordinates, of the top-left corner of the 3D Window. | |
| 
 | Gets the y-coordinate, in screen coordinates, of the top-left corner of the 3D Window. | |
| 
 | Gets the width of the 3D Window. | 
Height
Gets the height of the 3D Window.
| JavaScript | 
 | 
| Height | |
| C# | 
 | 
| int Height { get; } | |
| C++ | 
 | 
| HRESULT Height([out, retval] long* pVal) | |
Left
Gets the x-coordinate, in pixels (given in screen coordinates), of the top-left corner of the 3D Window.
| JavaScript | 
 | 
| Left | |
| C# | 
 | 
| int Left { get; } | |
| C++ | 
 | 
| HRESULT Left([out, retval] long* pVal) | |
Top
Gets the y-coordinate, in pixels (given in screen coordinates), of the top-left corner of the 3D Window.
| JavaScript | 
 | 
| Top | |
| C# | 
 | 
| int Top { get; } | |
| C++ | 
 | 
| HRESULT Top([out, retval] long* pVal) | |
Width
Gets the width of the 3D Window.
| JavaScript | 
 | 
| Width | |
| C# | 
 | 
| int Width { get; } | |
| C++ | 
 | 
| HRESULT Width([out, retval] long* pVal) | |
