InkStrokeBuilder.AppendToStroke(PointerPoint) 方法
定义
重要
一些信息与预发行产品相关,相应产品在发行之前可能会进行重大修改。 对于此处提供的信息,Microsoft 不作任何明示或暗示的担保。
向墨迹笔划添加新段。
AppendToStroke 在 InkStroke 生成过程中在 BeginStroke 之后和 EndStroke 之前调用。
注意
InkPresenter 不支持 AppendToStroke。 使用 CreateStrokeFromInkPoints 和 SetDefaultDrawingAttributes 以编程方式为 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
新段的终点。
返回
上一个终结点。 呈现笔划时可以使用此终结点。