.. _func_maxgui_canvasgraphics: ============== CanvasGraphics ============== CanvasGraphics - Description =========== .. code-block:: blitzmax CanvasGraphics:TGraphics(gadget:TGadget) Retrieve a Canvas gadget's Graphics context. The #RedrawGadget example shows an alternative method for drawing to Canvas gadgets utilizing the EVENT_GADGETPAINT event. See Also: #CreateCanvas Parameters ========== Return Values ============= Nothing. Examples ======== See Also ========