InkAnalysisRoot Class

Definition

Provides access to an InkAnalysisNode of type InkAnalysisNodeKind.Root.

public ref class InkAnalysisRoot sealed
/// [Windows.Foundation.Metadata.ContractVersion(Windows.Foundation.UniversalApiContract, 262144)]
/// [Windows.Foundation.Metadata.MarshalingBehavior(Windows.Foundation.Metadata.MarshalingType.Agile)]
/// [Windows.Foundation.Metadata.Threading(Windows.Foundation.Metadata.ThreadingModel.Both)]
class InkAnalysisRoot final
[Windows.Foundation.Metadata.ContractVersion(typeof(Windows.Foundation.UniversalApiContract), 262144)]
[Windows.Foundation.Metadata.MarshalingBehavior(Windows.Foundation.Metadata.MarshalingType.Agile)]
[Windows.Foundation.Metadata.Threading(Windows.Foundation.Metadata.ThreadingModel.Both)]
public sealed class InkAnalysisRoot
Public NotInheritable Class InkAnalysisRoot
Inheritance
Object Platform::Object IInspectable InkAnalysisRoot
Attributes
Implements

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 bounding rectangle of the InkAnalysisRoot object.

Bounding rectangle Rotated bounding rectangle
Bounding rectangle Rotated bounding rectangle
Children

Gets all child nodes of the InkAnalysisRoot object.

Id

Gets the unique identifier of the InkAnalysisRoot object.

Kind

Gets the kind of ink input identified by the InkAnalysisRoot object.

Parent

Gets the parent node of the InkAnalysisRoot object.

RecognizedText

Gets the recognized text associated with the InkAnalysisRoot object.

RotatedBoundingRect

Gets the oriented and snapped, bounding rectangle of the InkAnalysisRoot object.

Bounding rectangle Rotated bounding rectangle
Bounding rectangle Rotated bounding rectangle

Methods

FindNodes(InkAnalysisNodeKind)

Retrieves the collection of child nodes belonging to the InkAnalysisRoot object.

GetStrokeIds()

Retrieves the unique identifiers of all nodes belonging to the InkAnalysisRoot object.

Applies to