Mosa.EmulatedDevices.Synthetic.DisplayForm.DisplayForm C# (CSharp) Method

DisplayForm() public method

Initializes a new instance of the DisplayForm class.
public DisplayForm ( int width, int height ) : System
width int
height int
return System
        public DisplayForm(int width, int height)
        {
            InitializeComponent();
            SetSize(width, height);
            DoubleBuffered = true;
        }