System.Windows.Automation.TransformPattern.Resize C# (CSharp) 메소드

Resize() 공개 메소드

public Resize ( double width, double height ) : void
width double
height double
리턴 void
		public void Resize (double width, double height)
		{
			Source.Resize (width, height);
		}