Pegasus Class Library Help

The RawStrokes type exposes the following members.

Methods

  NameDescription
AsByteArray
Return the RawStrokes as ByteArray. Used mainly for EXIF Tag Storage. To Create a RawStrokes Object from a ByteArray, use the suitable constructor.
AsImage
Create an Image from the Strokes.
Equals
Determines whether the specified Object is equal to the current Object.
(Inherited from Object.)
Finalize
Allows an Object to attempt to free resources and perform other cleanup operations before the Object is reclaimed by garbage collection.
(Inherited from Object.)
FlipVertical
Flips the RawStrokes data around the Y-Axis. This is a special function for specific devices, which can write on both sides of the page. Do not use this function unless you write software specific to such device.

Remarks

You should call this function immediately after downloading data from the device, when the point data is in the device units.
FromISF
This static method returns a new RawStrokes object, made of ISF (Ink Serialized Format)
GetHashCode
Serves as a hash function for a particular type.
(Inherited from Object.)
GetType
Gets the Type of the current instance.
(Inherited from Object.)
MemberwiseClone
Creates a shallow copy of the current Object.
(Inherited from Object.)
ToString
Returns a String that represents the current Object.
(Inherited from Object.)

See Also