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
筆劃的最後一個點。
傳回
從點建置的筆劃。