- There are no warnings present in the project.
- There are no errors present in the project.
- There are no warnings that have been supressed.
- The entire solution can build and run locally on your machine.
- The code works.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
namespace RealTimeGDIExample | |
{ | |
using System; | |
using System.ComponentModel; | |
using System.Drawing; | |
using System.Windows.Forms; | |
public class Display : Form | |
{ | |
public Display(int width, int height, string title) |