IInkAnalyzerFactory 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 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
Device family |
Windows 10 Creators Update (introduced in 10.0.15063.0)
|
API contract |
Windows.Foundation.UniversalApiContract (introduced in v4.0)
|
Methods
CreateAnalyzer() |
Retrieves a new instance of an InkAnalyzer object. |