ImageGlass.frmMain.NextPic C# (CSharp) Method

NextPic() private method

Change image
private NextPic ( int step ) : void
step int Image step to change. Zero is reload the current image.
return void
        private void NextPic(int step)
        {
            NextPic(step, false);
        }

Same methods

frmMain::NextPic ( int step, bool isKeepZoomRatio ) : void
frmMain