|
From: Mateusz C. <cza...@gm...> - 2009-01-19 22:48:47
|
Hello! I'd like to draw a polygon. I found the wxDC:DrawPolygonsList() method, but I can't get it to work. It requires a wxList as a first argument - which, as far as I understand, should be a list of wxPoints. However, wxLua's implementation of wxList seems to allow only wxObjects as it's elements, while wxPoint is not a descendant of wxObject. Does it mean I can't draw polygons at all? Or am I missing something? Thanks in advance - Mateusz Czapliński |