Esempio n. 1
0
        public void aaTrigonColor()
        {
            this.InitSdl();

            //Random rand = new Random();
            int result = SdlGfx.aatrigonColor(surfacePtr, 100, 100, 250, 400, 100, 300, 7777777);

            result = Sdl.SDL_Flip(surfacePtr);
            Thread.Sleep(sleepTime);
            Assert.AreEqual(result, 0);
            this.Quit();
        }