IInkPointFactory Interface

Definition

Defines the implementation for a type that generates InkPoint objects used in the construction of an InkStroke.

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
Attributes

Windows requirements

Device family
Windows 10 (introduced in 10.0.10240.0 - for Xbox, see UWP features that aren't yet supported on Xbox)
API contract
Windows.Foundation.UniversalApiContract (introduced in v1.0)

Methods

CreateInkPoint(Point, Single)

Generates an InkPoint object that includes position and pressure information used in the construction of an InkStroke.

Applies to

See also