IInkAnalysisNode Interface
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Represents a single node from the tree of objects generated by the ink analysis process.
Ink analysis can categorize ink strokes into either writing or drawing strokes, and recognize text, shapes, and basic layout structures.
public interface class IInkAnalysisNode
/// [Windows.Foundation.Metadata.ContractVersion(Windows.Foundation.UniversalApiContract, 262144)]
/// [Windows.Foundation.Metadata.Guid(813899525, 24420, 18988, 186, 55, 79, 72, 135, 135, 149, 116)]
struct IInkAnalysisNode
[Windows.Foundation.Metadata.ContractVersion(typeof(Windows.Foundation.UniversalApiContract), 262144)]
[Windows.Foundation.Metadata.Guid(813899525, 24420, 18988, 186, 55, 79, 72, 135, 135, 149, 116)]
public interface IInkAnalysisNode
Public Interface IInkAnalysisNode
- Derived
- Attributes
Windows requirements
Device family |
Windows 10 Creators Update (introduced in 10.0.15063.0)
|
API contract |
Windows.Foundation.UniversalApiContract (introduced in v4.0)
|
Properties
BoundingRect |
Gets the position and size of a single node belonging to the IInkAnalysisNode object.
|
||||
Children |
Gets all child nodes of a single node belonging to the IInkAnalysisNode object. |
||||
Id |
Gets the unique identifier of a single node belonging to the IInkAnalysisNode object. |
||||
Kind |
Gets the kind of ink input identified by ink analysis for the IInkAnalysisNode object. |
||||
Parent |
Gets the parent node of the IInkAnalysisNode object. |
||||
RotatedBoundingRect |
Gets the oriented and snapped, bounding rectangle of a single node belonging to the IInkAnalysisNode object.
|
Methods
GetStrokeIds() |
Retrieves the unique identifiers of all nodes belonging to the IInkAnalysisNode object. |