AvCapWPF.ScaleConverter.ConvertBack C# (CSharp) Method

ConvertBack() public method

public ConvertBack ( object value, Type targetTypes, object parameter, System culture ) : object[]
value object
targetTypes System.Type
parameter object
culture System
return object[]
        public object[] ConvertBack(object value, Type[] targetTypes, object parameter, System.Globalization.CultureInfo culture)
        {
            throw new NotImplementedException();
        }