Table of Contents

Class BitmapToBitmapSourceConverter

Namespace
Innova.Prism.Library.Converters
Assembly
Innova.Prism.Library.dll

Converts a Bitmap to a BitmapSource.

public class BitmapToBitmapSourceConverter : IValueConverter
Inheritance
BitmapToBitmapSourceConverter
Implements

Methods

Convert(object, Type, object, CultureInfo)

Converts a Bitmap to a BitmapSource.

ConvertBack(object, Type, object, CultureInfo)

Converts a BitmapSource back to a Bitmap. This method is not implemented and will throw a NotImplementedException.