Share via


InkWordNode Members

Include Protected Members
Include Inherited Members

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

Represents a ContextNode for a collection of strokes that make up a logical grouping that forms a recognizable word.

The InkWordNode type exposes the following members.

Methods

  Name Description
Public method AddPropertyData Adds a piece of application-specific data. (Inherited from ContextNode.)
Public method Confirm Sets the confirmation type, thereby restricting what the InkAnalyzer can change about the node. (Inherited from ContextNode.)
Public method ContainsPropertyData Returns true if the ContextNode object contains application-specific data stored under the specified identifier. (Inherited from ContextNode.)
Public method CreatePartiallyPopulatedSubNode Creates a child ContextNode object that contains only the following information: Type, Id, and Location. (Inherited from ContextNode.)
Public method CreateSubNode Creates a new child ContextNode object. (Inherited from ContextNode.)
Public method DeleteSubNode Deletes a child ContextNode object. (Inherited from ContextNode.)
Public method Equals Determines whether the specified ContextNode is equal to the current ContextNode. (Inherited from ContextNode.)
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 GetAscender Returns the ascender line for an InkWordNode object.
Public method GetBaseline Returns the baseline line for an InkWordNode object.
Public method GetDescender Returns the descender line for an InkWordNode object.
Public method GetHashCode Serves as a hash function for a particular type. (Inherited from ContextNode.)
Public method GetMidline Returns the midline for an InkWordNode object.
Public method GetPropertyData Returns application-specific data that was added with the specified identifier. (Inherited from ContextNode.)
Public method GetPropertyDataIds Returns the identifiers for which there is property data. (Inherited from ContextNode.)
Public method GetRecognizedString Returns the best-result string of the recognition for the InkWordNode.
Public method GetRotatedBoundingBox Returns a rotated rectangle that bounds the InkWordNode.
Public method GetType Gets the type of the current instance. (Inherited from Object.)
Public method IsConfirmed Returns a Boolean value which indicates whether the current ContextNode has been confirmed with the specified ConfirmationType. (Inherited from ContextNode.)
Public method IsStringSupported Overloaded. Indicates whether recognized string of the current InkWordNode comes from the system dictionary, user dictionary, or word list. Any restricting data, like word lists, guides or factoids, in any corresponding AnalysisHintNode is used to determine if the string is supported.
Public method LoadPropertiesData Recreates the application-specific and internal property data for an array of bytes that was previously created with SavePropertiesData. (Inherited from ContextNode.)
Protected method MemberwiseClone Creates a shallow copy of the current Object. (Inherited from Object.)
Public method MoveSubNodeToPosition Reorders a specified child ContextNode object so that it moves to the specified index. (Inherited from ContextNode.)
Public method RemovePropertyData Removes a piece of application-specific data. (Inherited from ContextNode.)
Public method Reparent Removes this ContextNode from its current parent and adds it to another parent. (Inherited from ContextNode.)
Public method ReparentStrokes Moves a stroke from this ContextNode object to the specified ContextNode object. (Inherited from ContextNode.)
Public method SavePropertiesData Returns an array of bytes that can be stored and later used to recreate application-specific and internal property data on a ContextNode object. (Inherited from ContextNode.)
Public method SetRecognizedString Adds a new user-defined string for the recognized value of the InkWordNode.
Public method SetStrokes Sets the specified strokes on a ContextNode object. (Inherited from ContextNode.)
Public method ToString Returns a human-readable type for the ContextNode object as a string. (Inherited from ContextNode.)

Top

Properties

  Name Description
Public property Id Gets the identifier of the ContextNode object. (Inherited from ContextNode.)
Public property InkRecognitionConfidence Gets a value that indicates the level of confidence that the InkAnalyzer has in the accuracy of the recognition result.
Protected property IsInkLeaf Infrastructure. (Inherited from ContextNode.)
Protected property IsUnknownType Infrastructure. (Inherited from ContextNode.)
Public property Links Gets a collection of ContextLink objects that represent relationships to other ContextNode objects. (Inherited from ContextNode.)
Public property Location Gets the position and size of the ContextNode object. (Inherited from ContextNode.)
Public property ParentNode Gets the parent node of the ContextNode in the context node tree. (Inherited from ContextNode.)
Public property PartiallyPopulated Gets or sets a value that indicates whether a ContextNode object is partially populated or fully populated. (Inherited from ContextNode.)
Public property Strokes Gets the StrokeCollection associated with this ContextNode. (Inherited from ContextNode.)
Public property SubNodes Gets the direct children of the ContextNode object. (Inherited from ContextNode.)
Public property Type Gets the context node type for this ContextNode object. (Inherited from ContextNode.)

Top

See Also

Reference

InkWordNode Class

System.Windows.Ink Namespace