Exemplo n.º 1
0
        public object Convert(object value, Type targetType, object parameter, CultureInfo culture)
        {
            if (value == null)
            {
                return(null);
            }
            var strValue = value.ToString();

            return(DrawingHelper.Convert2Image(new[] { strValue + "Path" }));
        }