Freigeben über


InkStrokeBuilder.AppendToStroke(PointerPoint) Methode

Definition

Fügt dem Freihandstrich ein neues Segment hinzu.

AppendToStroke wird nach BeginStroke und vor EndStroke während des InkStroke-Erstellungsprozesses aufgerufen.

Hinweis

AppendToStroke wird von InkPresenter nicht unterstützt. Verwenden Sie CreateStrokeFromInkPoints und SetDefaultDrawingAttributes , um programmgesteuert Striche für eine InkPresenter-Instanz zu erstellen.

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

Parameter

pointerPoint
PointerPoint

Der Endpunkt des neuen Segments.

Gibt zurück

Der vorherige Endpunkt. Dieser Endpunkt kann beim Rendern des Strichs verwendet werden.

Gilt für:

Weitere Informationen