.. _func_graphics_max2d_getviewport: =========== GetViewport =========== GetViewport - Description =========== .. code-block:: blitzmax GetViewport( x Var,y Var,width Var,height Var ) Get dimensions of current Viewport. Parameters ========== Return Values ============= The horizontal, vertical, width and height values of the current Viewport in the variables supplied. Examples ======== See Also ========