Pegasus Class Library Help
Initializes a new instance of the RawStrokes class, from ByteArray streamed data. This is the opposite operation of the AsByteArray()()() Method.

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

Syntax

C#
public RawStrokes(
	byte[] byteArray
)
Visual Basic (Declaration)
Public Sub New ( _
	byteArray As Byte() _
)
Visual C++
public:
RawStrokes(
	array<unsigned char>^ byteArray
)

Parameters

byteArray
Type: array< System..::.Byte >[]()[]
The byte array.

See Also