]> git.saurik.com Git - wxWidgets.git/blobdiff - samples/image/image.cpp
Added the forgotten file txtstrm.tex
[wxWidgets.git] / samples / image / image.cpp
index 36879ba4c8d5de673afd91b12728c21d03e6b132..80d07d6a17e180fcdf8c40edebd8022ffe076327 100644 (file)
@@ -200,6 +200,7 @@ void MyCanvas::CreateAntiAliasedBitmap()
   dc.DrawText( "And a Rectangle.", 20, 60 );
   
   dc.SetBrush( *wxRED_BRUSH );
+  dc.SetPen( *wxTRANSPARENT_PEN );
   dc.DrawRoundedRectangle( 20, 100, 200, 180, 20 );
   
   wxImage original( bitmap );