SampleApp.MainForm.tbPenWidth_Scroll C# (CSharp) Méthode

tbPenWidth_Scroll() private méthode

private tbPenWidth_Scroll ( object sender, EventArgs e ) : void
sender object
e EventArgs
Résultat void
        private void tbPenWidth_Scroll(object sender, EventArgs e)
        {
            canvas.PenSize = tbPenWidth.Value;
        }
MainForm