Table of Contents

Class Ink

Namespace
CSharpToJavaScript.APIs.JS
Assembly
CSharpToJavaScript.dll
NOTE
Experimental
The Ink interface of the Ink API provides access to DelegatedInkTrailPresenter objects for the application to use to render ink strokes.
[Value("Ink")]
public class Ink
Inheritance
Ink
Inherited Members

Remarks

Constructors

Ink()

public Ink()

Methods

RequestPresenter(InkPresenterParam)

NOTE
Experimental
The requestPresenter() method of the Ink interface returns a {{jsxref("Promise")}} that fulfills with a DelegatedInkTrailPresenter object to handle rendering strokes.
[Value("requestPresenter")]
public Task<DelegatedInkTrailPresenter> RequestPresenter(InkPresenterParam param = null)

Parameters

param InkPresenterParam

Returns

Task<DelegatedInkTrailPresenter>

A {{jsxref("Promise")}} that resolves to a DelegatedInkTrailPresenter object instance.

Remarks