Jint.Tests.Box.SetSize C# (CSharp) Method

SetSize() public method

public SetSize ( int width, int height ) : void
width int
height int
return void
        public void SetSize(int width, int height) {
            Width = width;
            Height = height;
        }