Esempio n. 1
0
        public void testCase730()
        {
            var m = new Case730();

            m.DrawText(m.Width * 0.1, m.Height * 0.2, "Test1", 40, 255, 255, 255, 255);
            m.DrawText(m.Width * 0.1, m.Height * 0.4, "Test2", 40, 255, 255, 255, 255);
        }
Esempio n. 2
0
		public void testCase730() 
		{
			var m = new Case730();
			m.DrawText(m.Width* 0.1, m.Height * 0.2, "Test1", 40, 255, 255, 255, 255); 
			m.DrawText(m.Width* 0.1, m.Height * 0.4, "Test2", 40, 255, 255, 255, 255); 
		}