The `Canvas.Clear` function is a method in C++ that is used to clear the content of a canvas. When called, it erases all existing drawings or objects on the canvas, leaving it blank and ready for new content to be added. This function is commonly used in graphical applications or games to refresh the canvas and provide a clean visual display for the user.
C++ (Cpp) Canvas::Clear - 20 examples found. These are the top rated real world C++ (Cpp) examples of Canvas::Clear from package XCSoar extracted from open source projects. You can rate examples to help us improve the quality of examples.