func_maxgui_canvasgraphics.rst 491 B

12345678910111213141516171819202122232425262728293031323334353637
  1. .. _func_maxgui_canvasgraphics:
  2. ==============
  3. CanvasGraphics
  4. ==============
  5. CanvasGraphics -
  6. Description
  7. ===========
  8. .. code-block:: blitzmax
  9. CanvasGraphics:TGraphics(gadget:TGadget)
  10. Retrieve a Canvas gadget's Graphics context.
  11. The #RedrawGadget example shows an alternative method for drawing to Canvas
  12. gadgets utilizing the EVENT_GADGETPAINT event.
  13. See Also: #CreateCanvas
  14. Parameters
  15. ==========
  16. Return Values
  17. =============
  18. Nothing.
  19. Examples
  20. ========
  21. See Also
  22. ========