InkStrokeBuilder.EndStroke(PointerPoint) 方法

定义

停止生成墨迹笔划。

注意

InkPresenter 不支持 EndStroke。 使用 CreateStrokeFromInkPointsSetDefaultDrawingAttributes 以编程方式为 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

参数

pointerPoint
PointerPoint

笔划的最后一个点。

返回

从点生成的笔划。

适用于

另请参阅