Artemis.Engine.Resolution.Resolution C# (CSharp) Метод

Resolution() публичный Метод

public Resolution ( int w, int h ) : System.Windows.Forms
w int
h int
Результат System.Windows.Forms
        public Resolution(int w, int h)
        {
            Width = w;
            Height = h;
        }