Beyond_Beyaan.BBButton.Resize C# (CSharp) Method

Resize() public method

public Resize ( int width, int height ) : void
width int
height int
return void
        public void Resize(int width, int height)
        {
            this._width = width;
            this._height = height;
        }