]> git.saurik.com Git - wxWidgets.git/blobdiff - samples/drawing/drawing.cpp
Added Create functions. They return TRUE if the file was successfully
[wxWidgets.git] / samples / drawing / drawing.cpp
index 7e6f40b2cb13c8463b5bfd57eca445a6c4a1289d..c0bd806ac895b496cf9b54c141a41e14fc922076 100644 (file)
@@ -392,6 +392,8 @@ void MyCanvas::DrawTestPoly( int x, int y,wxDC &dc,int transparent )
                 dc.SetTextBackground(m_owner->m_colourBackground);
                 dc.DrawRectangle( x+50, y+50, 200, 200 );
                 
+                dc.DrawCircle( x+400, y+50, 130 );
+                
                 dc.SetBrush(wxNullBrush);
                 dc.SetPen(wxNullPen);
                 break;