Ejemplo n.º 1
0
		public static void RunAllTests()
		{
			AggDrawingTests tests = new AggDrawingTests();
			tests.DrawCircle();
			tests.DrawCurve3();
			tests.DrawCurve4();
			tests.DrawString();
			tests.StrokedShape();
		}
Ejemplo n.º 2
0
        public static void RunAllTests()
        {
            AggDrawingTests tests = new AggDrawingTests();

            tests.DrawCircle();
            tests.DrawCurve3();
            tests.DrawCurve4();
            tests.DrawString();
            tests.StrokedShape();
        }