Pegasus Class Library Help
The RawStroke class represents a single stroke. It contains the Stroke point data in its Points property, as well as rendering data such as Color and Width.

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

Syntax

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

Remarks

The RawStroke class is usually a member of RawStrokes collection class. The RawStrokes Class contains additional properties, which affect the meaning of the point data.

Inheritance Hierarchy

System..::.Object
  Pegasus.Library..::.RawStroke

See Also