Exemple #1
0
        private void ShowCharsegImage(Intarray charseg, string transcript)
        {
            Bitmap bitmap = UiHelper.ConvertCharsegToBitmapRecolor(charseg, transcript);

            imgCharSeg.Source = bitmap.ToImageSource();
        }