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 ContextNode object type.

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 a node type that provides region context information to the InkAnalyzer - thereby improving analysis results.
Public fieldStatic member CustomRecognizer The node type used for a single recognition operation.
Public fieldStatic member Image The node type for a two-dimensional region where non-ink images exist in the document.
Public fieldStatic member InkBullet The node type for a collection of strokes that constitute a bullet in a bulleted list.
Public fieldStatic member InkDrawing The node type for a collection of strokes that constitute a drawing.
Public fieldStatic member InkWord The node type for a collection of strokes that constitute a logical grouping used to form a recognizable word.
Public fieldStatic member Line Represents the type of node for a line of words.
Public fieldStatic member Object The node type for an object that is returned from an "object" custom recognizer.
Public fieldStatic member Paragraph The node type for a collection of nodes that constitute a logical grouping of lines.
Public fieldStatic member Root The node type for the top node of a tree of nodes that is used to describe the results of ink analysis.
Public fieldStatic member TextWord The node type for the two-dimensional region where non-ink text exists in the document.
Public fieldStatic member UnclassifiedInk The node type for any strokes that have not yet been classified or recognized.
Public fieldStatic member WritingRegion The node type for a group of text paragraphs with the same orientation.

Top

See Also

Reference

ContextNodeType Class

System.Windows.Ink Namespace