Share via


ContextNodeType Members

Include Protected Members
Include Inherited Members

Include .NET Framework Members
Include .NET Compact Framework Members
Include XNA Framework Members

Defines values that specify the type of ContextNode object.

The ContextNodeType type exposes the following members.

Methods

  Name Description
Public method Equals Determines whether the specified Object is equal to the current Object. (Inherited from Object.)
Protected method Finalize Allows an object to try to free resources and perform other cleanup operations before it is reclaimed by garbage collection. (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.)
Protected method MemberwiseClone Creates a shallow copy of the current Object. (Inherited from Object.)
Public method ToString Returns a string that represents the current object. (Inherited from Object.)

Top

Fields

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

Top

See Also

Reference

ContextNodeType Class

Microsoft.Ink Namespace