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