Beyond_Beyaan.BBUniStretchButton.ResizeButton C# (CSharp) Метод

ResizeButton() публичный Метод

public ResizeButton ( int width, int height ) : void
width int
height int
Результат void
        public void ResizeButton(int width, int height)
        {
            this._width = width;
            this._height = height;
            backgroundImage.Resize(width, height);
            foregroundImage.Resize(width, height);
        }