IUITechnologyElement.GetClickablePoint(Int32, Int32) Method

Definition

Gets a clickable point for this element.

public:
 void GetClickablePoint([Runtime::InteropServices::Out] int % pointX, [Runtime::InteropServices::Out] int % pointY);
public void GetClickablePoint (out int pointX, out int pointY);
abstract member GetClickablePoint : int * int -> unit
Public Sub GetClickablePoint (ByRef pointX As Integer, ByRef pointY As Integer)

Parameters

pointX
Int32

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

pointY
Int32

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

Applies to