InkStrokeBuilder.AppendToStroke(PointerPoint) 方法

定义

向墨迹笔划添加新段。

AppendToStroke 在 InkStroke 生成过程中在 BeginStroke 之后和 EndStroke 之前调用。

注意

InkPresenter 不支持 AppendToStroke。 使用 CreateStrokeFromInkPointsSetDefaultDrawingAttributes 以编程方式为 InkPresenter 生成笔划。

public:
 virtual PointerPoint ^ AppendToStroke(PointerPoint ^ pointerPoint) = AppendToStroke;
PointerPoint AppendToStroke(PointerPoint const& pointerPoint);
public PointerPoint AppendToStroke(PointerPoint pointerPoint);
function appendToStroke(pointerPoint)
Public Function AppendToStroke (pointerPoint As PointerPoint) As PointerPoint

参数

pointerPoint
PointerPoint

新段的终点。

返回

上一个终结点。 呈现笔划时可以使用此终结点。

适用于

另请参阅