Share via


IInkPointFactory Schnittstelle

Definition

Definiert die Implementierung für einen Typ, der InkPoint-Objekte generiert, die beim Erstellen eines InkStroke verwendet werden.

public interface class IInkPointFactory
/// [Windows.Foundation.Metadata.ContractVersion(Windows.Foundation.UniversalApiContract, 65536)]
/// [Windows.Foundation.Metadata.Guid(702928156, 51599, 16477, 159, 59, 229, 62, 49, 6, 141, 77)]
struct IInkPointFactory
[Windows.Foundation.Metadata.ContractVersion(typeof(Windows.Foundation.UniversalApiContract), 65536)]
[Windows.Foundation.Metadata.Guid(702928156, 51599, 16477, 159, 59, 229, 62, 49, 6, 141, 77)]
public interface IInkPointFactory
Public Interface IInkPointFactory
Attribute

Windows-Anforderungen

Gerätefamilie
Windows 10 (eingeführt in 10.0.10240.0 - for Xbox, see UWP features that aren't yet supported on Xbox)
API contract
Windows.Foundation.UniversalApiContract (eingeführt in v1.0)

Methoden

CreateInkPoint(Point, Single)

Generiert ein InkPoint-Objekt , das Positions- und Druckinformationen enthält, die beim Erstellen einer InkStroke verwendet werden.

Gilt für:

Weitere Informationen