The QPolygon.append function is a method in C++ that is used to add points to a polygon object. This function takes in two parameters - the x and y coordinates of the point to be added. By calling this function multiple times, a polygon can be built by gradually adding points to it.
C++ (Cpp) QPolygon::append - 20 examples found. These are the top rated real world C++ (Cpp) examples of QPolygon::append extracted from open source projects. You can rate examples to help us improve the quality of examples.