private void ShowCharsegImage(Intarray charseg, string transcript) { Bitmap bitmap = UiHelper.ConvertCharsegToBitmapRecolor(charseg, transcript); imgCharSeg.Source = bitmap.ToImageSource(); }