Artemis.Engine.Resolution.Resolution C# (CSharp) Method

Resolution() public method

public Resolution ( int w, int h ) : System.Windows.Forms
w int
h int
return System.Windows.Forms
        public Resolution(int w, int h)
        {
            Width = w;
            Height = h;
        }