ARCed.Controls.ImageSelectXnaPanel._timer_Tick C# (CSharp) Метод

_timer_Tick() приватный Метод

private _timer_Tick ( object sender, EventArgs e ) : void
sender object
e System.EventArgs
Результат void
        private void _timer_Tick(object sender, EventArgs e)
        {
            if (this._texture != null)
            {
                this._cx += this._sx;
                this._cy += this._sy;
                Invalidate();
            }
        }