InkWordNode Members
The following tables list the members exposed by the InkWordNode type.
Public Properties
Name | Description | |
---|---|---|
Id | Gets the identifier of the ContextNode object.(inherited from ContextNode) | |
InkRecognitionConfidence | Gets a value that indicates the level of confidence that the InkAnalyzer has in the accuracy of the recognition result. | |
Links | Gets a collection of ContextLink objects that represent relationships to other ContextNode objects.(inherited from ContextNode) | |
Location | Gets the position and size of the ContextNode object.(inherited from ContextNode) | |
ParentNode | Gets the parent node of the ContextNode in the context node tree.(inherited from ContextNode) | |
PartiallyPopulated | Gets or sets a value that indicates whether a ContextNode object is partially populated or fully populated.(inherited from ContextNode) | |
Strokes | Gets the Strokes associated with this ContextNode.(inherited from ContextNode) | |
SubNodes | Gets the direct children of the ContextNode object.(inherited from ContextNode) | |
Type | Gets the context node type for this ContextNode object.(inherited from ContextNode) |
Top
Public Methods
(see also Protected Methods )
Name | Description | |
---|---|---|
AddPropertyData | Adds a piece of application-specific data. (inherited from ContextNode) | |
Confirm | Sets the confirmation type, which restricts what the InkAnalyzer can change about the node. (inherited from ContextNode) | |
ContainsPropertyData | Returns true if the ContextNode object contains application-specific data stored under the specified identifier. (inherited from ContextNode) | |
CreatePartiallyPopulatedSubNode | Creates a child ContextNode object that contains only the following information: Type, Id, and Location. (inherited from ContextNode) | |
CreateSubNode | Creates a new child ContextNode object. (inherited from ContextNode) | |
DeleteSubNode | Deletes a child ContextNode object. (inherited from ContextNode) | |
Equals | Overloaded. Determines whether two ContextNode instances are equal. (inherited from ContextNode) | |
GetAscender | Returns the ascender line for an InkWordNode object. | |
GetBaseline | Returns the baseline line for an InkWordNode object. | |
GetDescender | Returns the descender line for an InkWordNode object. | |
GetHashCode | Gets the hash code for the ContextNode instance. (inherited from ContextNode) | |
GetMidline | Returns the midline line for an InkWordNode object. | |
GetPropertyData | Returns application-specific data that was added with the specified identifier. (inherited from ContextNode) | |
GetPropertyDataIds | Returns the identifiers for which there is property data. (inherited from ContextNode) | |
GetRecognizedString | Returns the best-result string of the recognition operation for the InkWordNode. | |
GetRotatedBoundingBox | Returns a rotated rectangle that bounds the InkWordNode. | |
GetType | Gets the Type of the current instance. (inherited from Object) | |
IsConfirmed | Gets a value that indicates whether the ContextNode object is confirmed. InkAnalyzer cannot change the node type and associated strokes for confirmed objects. (inherited from ContextNode) | |
IsStringSupported | Overloaded. Indicates whether recognized string of this ContextNode came from the system dictionary, user dictionary, or word list. Any restricting data, like wordlists, guides or factoids, in any corresponding AnalysisHintNode will be used to determine if the string is supported. | |
LoadPropertiesData | Recreates the application-specific and internal property data for an array of bytes that was previously created with SavePropertiesData. (inherited from ContextNode) | |
MoveSubNodeToPosition | Reorders a specified child ContextNode object so that it moves to the specified index. (inherited from ContextNode) | |
op_Equality | Determines whether two specified ContextNode objects have the same value. (inherited from ContextNode) | |
op_Inequality | Determines whether two specified ContextNode objects have different values. (inherited from ContextNode) | |
ReferenceEquals | Determines whether the specified Object instances are the same instance. (inherited from Object) | |
RemovePropertyData | Removes a piece of application-specific data. (inherited from ContextNode) | |
Reparent | Removes this ContextNode from its current parent and adds it to another parent. (inherited from ContextNode) | |
ReparentStrokes | Moves a stroke from this ContextNode object to the specified ContextNode object. (inherited from ContextNode) | |
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) | |
SetRecognizedString | Adds a new user-defined string for the recognized value of the InkWordNode. | |
SetStrokes | Sets the specified strokes on a ContextNode object. (inherited from ContextNode) | |
ToString | Returns a human-readable type for the ContextNode object as a string. (inherited from ContextNode) |
Top
Protected Methods
Name | Description | |
---|---|---|
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) | |
MemberwiseClone | Creates a shallow copy of the current Object. (inherited from Object) |
Top