ContextNodeType Members

Defines values that specify the type of ContextNode object.

The following tables list the members exposed by the ContextNodeType type.

Public Fields

  Name Description
Public field Static AnalysisHint Represents the type of node that provides additional context information for a region to the InkAnalyzer to improve analysis results.
Public field Static CustomRecognizer Represents the type of node used for a single recognition operation.
Public field Static Image Represents the type of node for a two-dimensional region where any non-ink images can exist in the document.
Public field Static InkBullet Represents the type of node for a collection of strokes that constitutes a bullet in a bulleted list.
Public field Static InkDrawing Represents the type of node for a collection of strokes that constitutes a drawing.
Public field Static InkWord Represents the type of node for a collection of strokes that constitutes a logical grouping to form a recognizable word.
Public field Static Line Represents the type of node for a line of words.
Public field Static Object Represents the type of node for an object that is returned from an "object" custom recognizer.
Public field Static Paragraph Represents the type of node for a collection of nodes that constitutes a logical grouping of lines.
Public field Static Root Represents the type of node for the top node of a tree of nodes that describe the results of ink analysis.
Public field Static TextWord Represents the type of node for the two-dimensional region where any non-ink text can exist in the document.
Public field Static UnclassifiedInk Represents the type of node for any strokes that have not yet been classified or recognized.
Public field Static WritingRegion Represents the type of node for a group of text paragraphs with the same orientation.

Top

Public Methods

(see also Protected Methods )

  Name Description
Public method Equals  Overloaded. Determines whether two Object instances are equal. (inherited from Object)
Public method GetHashCode  Serves as a hash function for a particular type. (inherited from Object)
Public method GetType  Gets the Type of the current instance. (inherited from Object)
Public method Static ReferenceEquals  Determines whether the specified Object instances are the same instance. (inherited from Object)
Public method ToString  Returns a String that represents the current Object. (inherited from Object)

Top

Protected Methods

  Name Description
Protected method 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)
Protected method MemberwiseClone  Creates a shallow copy of the current Object. (inherited from Object)

Top

See Also

Reference

ContextNodeType Class
System.Windows.Ink Namespace
ContextNode.Type
InkAnalyzer.FindNodesOfType