ImageGlass.ImageBox.BeginUpdate C# (CSharp) Method

BeginUpdate() public method

Disables any redrawing of the image box
public BeginUpdate ( ) : void
return void
        public virtual void BeginUpdate()
        {
            _updateCount++;
        }
ImageBox