rbscan.Models.ScannedImagesModel.GetBitmapImage C# (CSharp) Метод

GetBitmapImage() приватный Метод

private GetBitmapImage ( ) : System.Windows.Media.Imaging.BitmapSource
Результат System.Windows.Media.Imaging.BitmapSource
        private BitmapSource GetBitmapImage()
        {
            return new BitmapImage( new Uri( Source, UriKind.RelativeOrAbsolute ) );
        }