इसके माध्यम से साझा किया गया


InkStrokeBuilder.EndStroke(PointerPoint) Method

Definition

Stops building the ink stroke.

Note

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

public:
 virtual InkStroke ^ EndStroke(PointerPoint ^ pointerPoint) = EndStroke;
InkStroke EndStroke(PointerPoint const& pointerPoint);
public InkStroke EndStroke(PointerPoint pointerPoint);
function endStroke(pointerPoint)
Public Function EndStroke (pointerPoint As PointerPoint) As InkStroke

Parameters

pointerPoint
PointerPoint

The last point for the stroke.

Returns

The stroke built from the points.

Applies to

See also