IInkPresenterRulerFactory Interface

Definition

Defines the implementation for a type that generates InkPresenterRuler objects used in the construction of an InkPresenter.

public interface class IInkPresenterRulerFactory
/// [Windows.Foundation.Metadata.ContractVersion(Windows.Foundation.UniversalApiContract, 196608)]
/// [Windows.Foundation.Metadata.Guid(875961323, 36865, 19019, 166, 144, 105, 219, 175, 99, 229, 1)]
struct IInkPresenterRulerFactory
[Windows.Foundation.Metadata.ContractVersion(typeof(Windows.Foundation.UniversalApiContract), 196608)]
[Windows.Foundation.Metadata.Guid(875961323, 36865, 19019, 166, 144, 105, 219, 175, 99, 229, 1)]
public interface IInkPresenterRulerFactory
Public Interface IInkPresenterRulerFactory
Attributes

Windows requirements

Device family
Windows 10 Anniversary Edition (introduced in 10.0.14393.0)
API contract
Windows.Foundation.UniversalApiContract (introduced in v3.0)

Methods

Create(InkPresenter)

Generates an InkPresenterRuler object that includes information used in the construction of an InkPresenter.

Applies to

See also