Pegasus Class Library Help
Assembly: PegasusClassLibrary (in PegasusClassLibrary.dll) Version: 4.0.0.0 (4.0.12.0)
This static method returns a new RawStrokes object, made of ISF (Ink Serialized Format)
Namespace:
Pegasus.LibraryAssembly: PegasusClassLibrary (in PegasusClassLibrary.dll) Version: 4.0.0.0 (4.0.12.0)
Syntax
| C# |
|---|
public static RawStrokes FromISF( byte[] ISF ) |
| Visual Basic (Declaration) |
|---|
Public Shared Function FromISF ( _ ISF As Byte() _ ) As RawStrokes |
| Visual C++ |
|---|
public: static RawStrokes^ FromISF( array<unsigned char>^ ISF ) |
Parameters
- ISF
- Type: array<
System..::.Byte
>[]()[]
Ink Serialized Format - a byte array.