Inheritance: OpenTK.GameWindow
コード例 #1
0
 public static void Main()
 {
     using (FullscreenAntialias example = new FullscreenAntialias())
     {
         // Get the title and category  of this example using reflection.
         Utilities.SetWindowTitle(example);
         example.Run(30.0, 0.0);
     }
 }
コード例 #2
0
 public static void Main()
 {
     using (FullscreenAntialias example = new FullscreenAntialias())
     {
         // Get the title and category  of this example using reflection.
         Utilities.SetWindowTitle(example);
         example.Run(30.0, 0.0);
     }
 }