public static void StartDemo() { aa_test app = new aa_test(ImageFormats.pix_format_rgba32); app.Caption = "AGG Example. Anti-Aliasing Test"; if(app.init(480, 350, AGG.UI.PlatformSupportAbstract.WindowFlags.Resizable)) { app.run(); } }