AuScGen.CommonUtilityPlugin.AutoITExtension.ControlGetPos C# (CSharp) Method

ControlGetPos() public method

public ControlGetPos ( IntPtr winHandle, string control = "" ) : Rectangle
winHandle System.IntPtr
control string
return 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