AdvancedOCR.LeNetSnapshot.UpdateOutputBitmaps C# (CSharp) 메소드

UpdateOutputBitmaps() 보호된 메소드

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