func_graphics_graphicsheight.rst 423 B

1234567891011121314151617181920212223242526272829303132333435
  1. .. _func_graphics_graphicsheight:
  2. ==============
  3. GraphicsHeight
  4. ==============
  5. GraphicsHeight -
  6. Description
  7. ===========
  8. .. code-block:: blitzmax
  9. GraphicsHeight()
  10. Get height of current graphics object
  11. The current graphics object can be changed using #SetGraphics.
  12. Parameters
  13. ==========
  14. Return Values
  15. =============
  16. The height, in pixels, of the current graphics object
  17. Examples
  18. ========
  19. See Also
  20. ========