Aegir.Converter.KeyframeTimelinePositionConverter.Convert C# (CSharp) Méthode

Convert() public méthode

public Convert ( Array values, Type targetType, object parameter, CultureInfo culture ) : object
values Array
targetType Type
parameter object
culture CultureInfo
Résultat object
        public object Convert(object[] values, Type targetType, object parameter, CultureInfo culture)
        {
            throw new NotImplementedException();
        }
KeyframeTimelinePositionConverter