AdvancedOCR.LeNetSnapshot.UpdateOutputBitmaps C# (CSharp) Méthode

UpdateOutputBitmaps() protected méthode

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