Pegasus Class Library Help
Assembly: PegasusClassLibrary (in PegasusClassLibrary.dll) Version: 4.0.0.0 (4.0.12.0)
Initializes a new instance of the RawStrokes class, from ByteArray streamed
data. This is the opposite operation of the AsByteArray()()() Method.
Namespace:
Pegasus.LibraryAssembly: 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.