TavCanvas - MrShoor/AvalancheProject GitHub Wiki

TavCanvas is the rendering interface class;

All the drawing calls are not rendered right away. Instead, they're accumulated within the canvas and are rendered whenever Draw method is called. The canvas needs to be populated only once, it retains the drawing information and would render it again, whenever Draw method is called. The contents of canvas can be Clear()-ed and repopulated again.

See Also

TavMainRender