InkAnalysisInkDrawing Class

Definition

Provides access to an InkAnalysisNode of type InkAnalysisNodeKind.InkDrawing.

public ref class InkAnalysisInkDrawing 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 InkAnalysisInkDrawing 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 InkAnalysisInkDrawing
Public NotInheritable Class InkAnalysisInkDrawing
Inheritance
Object Platform::Object IInspectable InkAnalysisInkDrawing
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 InkAnalysisInkDrawing object.

Bounding rectangle Rotated bounding rectangle
Bounding rectangle Rotated bounding rectangle
Center

Gets the X, Y coordinates of the InkAnalysisInkDrawing object, in device-independent pixel (DIP), relative to the upper left-hand corner of the inking area.

Children

Gets all child nodes of the InkAnalysisInkDrawing object.

DrawingKind

Gets the shape of the ink input identified by ink analysis of the InkAnalysisInkDrawing object.

Id

Gets the unique identifier of the InkAnalysisInkDrawing object.

Kind

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

Parent

Gets the parent node of the InkAnalysisInkDrawing object.

Points

Gets the collection of X, Y coordinates for all points used to specify the shape of the InkAnalysisInkDrawing object.

RotatedBoundingRect

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

Bounding rectangle Rotated bounding rectangle
Bounding rectangle Rotated bounding rectangle

Methods

GetStrokeIds()

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

Applies to