InkStrokeBuilder.AppendToStroke(PointerPoint) 方法
定義
重要
部分資訊涉及發行前產品,在發行之前可能會有大幅修改。 Microsoft 對此處提供的資訊,不做任何明確或隱含的瑕疵擔保。
將新的線段新增至筆墨筆劃。
AppendToStroke 會在 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
新區段的結束點。
傳回
上一個結束點。 轉譯筆劃時,可以使用這個端點。