StylusDevice.GetPosition(IInputElement) Method

Definition

Gets the position of the stylus.

C#
[System.Security.SecurityCritical]
public System.Windows.Point GetPosition(System.Windows.IInputElement relativeTo);
C#
public System.Windows.Point GetPosition(System.Windows.IInputElement relativeTo);

Parameters

relativeTo
IInputElement

The IInputElement to which the (x,y) coordinates are mapped.

Returns

A Point that represents the position of the stylus, in relation to relativeTo.

Attributes

Exceptions

Examples

The following example demonstrates the GetPosition method.

C#
Point myPoint = myStylusDevice.GetPosition(myStylusDevice.Target);
textbox1.AppendText("The relative position is: (" + myPoint.X.ToString() + "," + myPoint.Y.ToString() + ")\n");

Applies to

Product Versions
.NET Framework 3.0, 3.5, 4.0, 4.5, 4.5.1, 4.5.2, 4.6, 4.6.1, 4.6.2, 4.7, 4.7.1, 4.7.2, 4.8, 4.8.1
Windows Desktop 3.0, 3.1, 5, 6, 7, 8, 9, 10