InkAnalysisLine Class
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.
Provides access to an InkAnalysisNode of type InkAnalysisNodeKind.Line.
public ref class InkAnalysisLine 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 InkAnalysisLine 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 InkAnalysisLine
Public NotInheritable Class InkAnalysisLine
- Inheritance
- 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 InkAnalysisLine object.
|
||||
Children |
Gets all child nodes of the InkAnalysisLine object. |
||||
Id |
Gets the unique identifier of the InkAnalysisLine object. |
||||
IndentLevel |
Gets the indent level (based on the number of levels from the ink input that are recognized by ink analysis) of the InkAnalysisLine object. |
||||
Kind |
Gets the kind of ink input identified by the InkAnalysisLine object. |
||||
Parent |
Gets the parent node of the InkAnalysisLine object. |
||||
RecognizedText |
Gets the recognized text associated with the InkAnalysisLine object. |
||||
RotatedBoundingRect |
Gets the oriented and snapped, bounding rectangle of the InkAnalysisLine object.
|
Methods
GetStrokeIds() |
Retrieves the unique identifiers of all nodes belonging to the InkAnalysisLine object. |