func_graphics_getgraphicsmode.rst 539 B

123456789101112131415161718192021222324252627282930313233343536
  1. .. _func_graphics_getgraphicsmode:
  2. ===============
  3. GetGraphicsMode
  4. ===============
  5. GetGraphicsMode -
  6. Description
  7. ===========
  8. .. code-block:: blitzmax
  9. GetGraphicsMode( index,width Var,height Var,depth Var,hertz Var )
  10. Get information about a graphics mode
  11. #GetGraphicsMode returns information about a specific graphics mode. @mode should be
  12. in the range 0 (inclusive) to the value returned by #CountGraphicsModes (exclusive).
  13. Parameters
  14. ==========
  15. Return Values
  16. =============
  17. Nothing.
  18. Examples
  19. ========
  20. See Also
  21. ========