InkTrace

InkTrace class

Represents an Trace object. A Trace element is used to record the data captured by the digitizer. It contains a sequence of points encoded according to the specification given by the InkTraceFormat object.

public class InkTrace : 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