UIAutomation.UiaTransformPattern.Resize C# (CSharp) Method

Resize() public method

public Resize ( double width, double height ) : void
width double
height double
return void
        public virtual void Resize(double width, double height)
        {
            // UiaCoreApi.TransformPattern_Resize(this._hPattern, width, height);
            _transformPattern.Resize(width, height);
        }
        public virtual void Rotate(double degrees)