Information
The topic you requested is included in another documentation set. For convenience, it's displayed below. Choose Switch to see the topic in its original location.

IUITechnologyElement::GetClickablePoint Method (Int32, Int32)

 

Gets a clickable point for this element.

Namespace:   Microsoft.VisualStudio.TestTools.UITest.Extension
Assembly:  Microsoft.VisualStudio.TestTools.UITest.Extension (in Microsoft.VisualStudio.TestTools.UITest.Extension.dll)

void GetClickablePoint(
	[OutAttribute] int% pointX,
	[OutAttribute] int% pointY
)

Parameters

pointX
Type: System::Int32

(Output) The relative x-coordinate for the clickable point.

pointY
Type: System::Int32

(Output) The relative y-coordinate for the clickable point.

Return to top
Show: