PointerPoint.Position Property

Definition

Gets the location of the input pointer.

public:
 property Point Position { Point get(); };
Point Position();
public Point Position { get; }
var point = pointerPoint.position;
Public ReadOnly Property Position As Point

Property Value

The coordinates, in device-independent pixels (DIPs).

Applies to