.. _func_graphics_getgraphicsmode: =============== GetGraphicsMode =============== GetGraphicsMode - Description =========== .. code-block:: blitzmax GetGraphicsMode( index,width Var,height Var,depth Var,hertz Var ) Get information about a graphics mode #GetGraphicsMode returns information about a specific graphics mode. @mode should be in the range 0 (inclusive) to the value returned by #CountGraphicsModes (exclusive). Parameters ========== Return Values ============= Nothing. Examples ======== See Also ========