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