InkTrace class

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.

The InkTrace type exposes the following members:

Properties

PropertyDescription
brushGets Brush for the IInkLine IInkBrush
Read-only.
pointsGets points for the IInkLine aspose.pydrawing.PointF
Read-only.

See Also