共用方式為


InkStrokeBuilder.EndStroke(PointerPoint) 方法

定義

停止建置筆墨筆劃。

注意

InkPresenter不支援 EndStroke。 使用 CreateStrokeFromInkPointsSetDefaultDrawingAttributes 以程式設計方式建置 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

筆劃的最後一個點。

傳回

從點建置的筆劃。

適用於

另請參閱