Pegasus Class Library Help
The RawStrokes class represents the XY data and other settings. This collection of data usually downloaded from a mobile pen device. It ia composed of a collection of RawStroke through the Items property.

Namespace:  Pegasus.Library
Assembly:  PegasusClassLibrary (in PegasusClassLibrary.dll) Version: 4.0.0.0 (4.0.12.0)

Syntax

C#
[SerializableAttribute]
public class RawStrokes
Visual Basic (Declaration)
<SerializableAttribute> _
Public Class RawStrokes
Visual C++
[SerializableAttribute]
public ref class RawStrokes

Inheritance Hierarchy

System..::.Object
  Pegasus.Library..::.RawStrokes

See Also