Beyond_Beyaan.BBButton.Resize C# (CSharp) Méthode

Resize() public méthode

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