IUITechnologyElement.GetClickablePoint(Int32, Int32) Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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.