Pegasus Class Library Help
Assembly: PegasusClassLibrary (in PegasusClassLibrary.dll) Version: 4.0.0.0 (4.0.12.0)
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.LibraryAssembly: 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 |