Share via


InkStrokeBuilder.BeginStroke(PointerPoint) Method

Definition

Starts building the ink stroke.

Note

BeginStroke is not supported by InkPresenter. Use CreateStrokeFromInkPoints and SetDefaultDrawingAttributes to programmatically build strokes for an InkPresenter.

public:
 virtual void BeginStroke(PointerPoint ^ pointerPoint) = BeginStroke;
void BeginStroke(PointerPoint const& pointerPoint);
public void BeginStroke(PointerPoint pointerPoint);
function beginStroke(pointerPoint)
Public Sub BeginStroke (pointerPoint As PointerPoint)

Parameters

pointerPoint
PointerPoint

The first point for the stroke.

Applies to

See also