AdvancedOCR.LeNetSnapshot.UpdateOutputBitmaps C# (CSharp) Method

UpdateOutputBitmaps() protected method

protected UpdateOutputBitmaps ( ) : void
return void
        protected void UpdateOutputBitmaps()
        {
            foreach (StepSnapshot snapshot in All())
                snapshot.UpdateOutputBitmap();
            OnUpdated();
        }