Returns size
<window>.getSize( | |
mode = viz.WINDOW_NORMALIZED | |
) |
Unit mode | |
viz.WINDOW_NORMALIZED | The coordinates returned by the function will be in normalized units, [0,1]. |
viz.WINDOW_PIXELS | The coordinates returned by the function will be in pixel units. |
viz.WINDOW_ORTHO | The coordinates returned by the function will be the pixel size of the windows ortho display. |