InkPoint.Position Property

Definition

The X, Y coordinates of the InkPoint, in device-independent pixel (DIP) relative to the upper left-hand corner of the inking area.

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

Property Value

The X, Y coordinates relative to the upper left-hand corner of the inking area.

Applies to

See also