Class Ink
- Namespace
- CSharpToJavaScript.APIs.JS
- Assembly
- CSharpToJavaScript.dll
NOTE
ExperimentalInk 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
ExperimentalrequestPresenter() 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
paramInkPresenterParam
Returns
- Task<DelegatedInkTrailPresenter>
A {{jsxref("Promise")}} that resolves to a DelegatedInkTrailPresenter object instance.