Refresh Before OpenLayer 2.0 (when Canvas didn't exist) the way to refresh the screen was to call GfxRend::RefreshScreen(). However, RefreshScreen didn't support changing the rendering surface and thus Canvas was introduced. GfxRend::RefreshScreen can still be used for backwards compability but it's highly deprecated as it may mess up your code if you use Canvas as well. So if you use Canvas, it's best to use only Canvas, not RefreshScreen. Examples Other functions of the class Canvas
Questions about Refresh? Click here. | ||||||||||||||||||||