Beyond_Beyaan.BBButton.Resize C# (CSharp) 메소드

Resize() 공개 메소드

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