123456789101112131415161718192021222324252627282930313233 |
- .. _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
- ========
|