The cpp Canvas.DrawPolygon is a function that allows you to draw a polygon on a canvas using the C++ programming language. This method takes in the coordinates of the vertices of the polygon as input and connects them with lines to form the shape. The drawPolygon function can be used to create various shapes such as triangles, rectangles, pentagons, and more. It is a useful tool for creating graphical interfaces or rendering geometric shapes in C++ applications.
C++ (Cpp) Canvas::DrawPolygon - 30 examples found. These are the top rated real world C++ (Cpp) examples of Canvas::DrawPolygon from package XCSoar extracted from open source projects. You can rate examples to help us improve the quality of examples.