Mono.UIAutomation.UiaDbusSource.UiaDbusTransformPattern.Resize C# (CSharp) Method

Resize() public method

public Resize ( double w, double h ) : void
w double
h double
return void
		public void Resize (double w, double h)
		{
			try {
				pattern.Resize (w, h);
			} catch (Exception ex) {
				throw DbusExceptionTranslator.Translate (ex);
			}
		}