Share via


IInkAnalyzerFactory Interface

Definition

Represents a factory for generating InkAnalyzer objects used in ink analysis.

public interface class IInkAnalyzerFactory
/// [Windows.Foundation.Metadata.ContractVersion(Windows.Foundation.UniversalApiContract, 262144)]
/// [Windows.Foundation.Metadata.Guid(689145478, 6499, 18904, 149, 137, 225, 67, 132, 199, 105, 227)]
struct IInkAnalyzerFactory
[Windows.Foundation.Metadata.ContractVersion(typeof(Windows.Foundation.UniversalApiContract), 262144)]
[Windows.Foundation.Metadata.Guid(689145478, 6499, 18904, 149, 137, 225, 67, 132, 199, 105, 227)]
public interface IInkAnalyzerFactory
Public Interface IInkAnalyzerFactory
Attributes

Windows requirements

Requirements Description
Device family
Windows 10 Creators Update (introduced in 10.0.15063.0)
API contract
Windows.Foundation.UniversalApiContract (introduced in v4.0)

Methods

Name Description
CreateAnalyzer()

Retrieves a new instance of an InkAnalyzer object.

Applies to