IInkTrace

IInkTrace interface

Represents handwritten line in an Ink object.

public interface IInkTrace

Properties

NameDescription
Brush { get; }Gets Brush for the IInkLine IInkBrush Read-only.
Points { get; }Gets points for the IInkLine PointF Read-only.

See Also