InkStrokeBuilder.AppendToStroke(PointerPoint) 方法

定義

將新的線段新增至筆墨筆劃。

AppendToStroke 會在 BeginStrokeEndStroke建置程式期間呼叫

注意

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

新區段的結束點。

傳回

上一個結束點。 轉譯筆劃時,可以使用這個端點。

適用於

另請參閱