Compartir a través de


InkStrokeBuilder.AppendToStroke(PointerPoint) Método

Definición

Agrega un nuevo segmento al trazo de lápiz.

Se llama a AppendToStroke después de BeginStroke y antes de EndStroke durante el proceso de compilación de InkStroke .

Nota

AppendToStroke no es compatible con InkPresenter. Use CreateStrokeFromInkPoints y SetDefaultDrawingAttributes para compilar trazos mediante programación para un 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

Parámetros

pointerPoint
PointerPoint

Punto final del nuevo segmento.

Devoluciones

Punto final anterior. Este punto final se puede usar al representar el trazo.

Se aplica a

Consulte también