System.Windows.Media.TranslateTransform.TryTransform C# (CSharp) Method

TryTransform() public method

public TryTransform ( System.Point inPoint, System.Point &outPoint ) : bool
inPoint System.Point
outPoint System.Point
return bool
		public override bool TryTransform (Point inPoint, out Point outPoint)
		{
			Console.WriteLine ("System.Windows.Media.TranslateTransform.TryTransform : NIEX");
			throw new System.NotImplementedException ();
		} 
TranslateTransform