Condividi tramite


InkStrokeBuilder.AppendToStroke(PointerPoint) Metodo

Definizione

Aggiunge un nuovo segmento al tratto input penna.

AppendToStroke viene chiamato dopo BeginStroke e prima di EndStroke durante il processo di compilazione di InkStroke .

Nota

AppendToStroke non è supportato da InkPresenter. Usare CreateStrokeFromInkPoints e SetDefaultDrawingAttributes per compilare tratti a livello di codice per un Oggetto 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

Parametri

pointerPoint
PointerPoint

Punto finale del nuovo segmento.

Restituisce

Punto finale precedente. Questo punto finale può essere usato durante il rendering del tratto.

Si applica a

Vedi anche