PowerArgs.Cli.Size.Size C# (CSharp) Méthode

Size() public méthode

public Size ( int w, int h ) : System
w int
h int
Résultat System
        public Size(int w, int h)
            : this()
        {
            Width = w;
            Height = h;
        }
Size