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