Share via


InkStrokeBuilder Constructor

Definition

Creates a new InkStrokeBuilder object that is used to construct InkStroke objects.

Note

For Universal Windows app using Extensible Application Markup Language (XAML), we recommend using InkPresenter and the InkCanvas control instead of InkManager.

Use CreateStrokeFromInkPoints and SetDefaultDrawingAttributes to programmatically build strokes for an InkPresenter.

public:
 InkStrokeBuilder();
 InkStrokeBuilder();
public InkStrokeBuilder();
function InkStrokeBuilder()
Public Sub New ()

Applies to

See also