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;
        }