AuScGen.CommonUtilityPlugin.AutoITExtension.ControlGetPos C# (CSharp) Метод

ControlGetPos() публичный Метод

public ControlGetPos ( IntPtr winHandle, string control = "" ) : Rectangle
winHandle System.IntPtr
control string
Результат System.Drawing.Rectangle
        public Rectangle ControlGetPos(IntPtr winHandle, string control = "")
        {
            return AutoItX.ControlGetPos(thiswindowHandle, ControlGetHandle(control));
        }

Same methods

AutoITExtension::ControlGetPos ( string title = "", string text = "", string control = "" ) : Rectangle