Pegasus Class Library Help

The Note type exposes the following members.

Constructors

  NameDescription
Note
Initializes a new instance of the Note class.

Methods

  NameDescription
AsBase64ISFOverloaded.
CreateInkStrokes
Create Microsoft Ink from the Note. If the Ink
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.)
GetHashCode
Serves as a hash function for a particular type.
(Inherited from Object.)
GetRawStrokes
Gets the RawStrokes that represent the current Note.
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.)

Fields

  NameDescription
Data
The Data member, is a List<(Of <(T>)>) of PointState objects. It represent the raw XY data retrieved from the mobile device.
IsDataFlipped
IsDataFlipped is a boolean value indicating if the Data needs to be "Flipped" before rendering. It is usefull in devices like Digital Folder, where the Pen receiver can be flipped to the right page or left page. There is no need to change this value, but when using such devices, it should be read in order to know how to correctly render the ink.
ProductID
Initializes a new instance of the Note class.

See Also