Welcome to mirror list, hosted at ThFree Co, Russian Federation.

System.Windows.Media.PathFigureCollection.cs « PresentationCore « FPF « src - github.com/microsoft/vs-editor-api.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
blob: 670519d98881ad25ad4d77001d9da7f69fadca74 (plain)
1
2
3
4
5
6
7
namespace System.Windows.Media
{
	public  class PathFigureCollection  : System.Windows.Media.Animation.Animatable
	{		public virtual void Add(System.Windows.Media.PathFigure param0){throw new System.NotImplementedException();}

	}
}