示例#1
0
        public override object ConvertFromInvariantString(string value)
        {
            PathGeometry pathGeometry = new PathGeometry();

            PathFigureCollectionConverter.FillFigures(pathGeometry.Figures, value, true);

            return(pathGeometry);
        }