Compartilhar via


InkStrokeBuilder.AppendToStroke(PointerPoint) Método

Definição

Adiciona um novo segmento ao traço de tinta.

AppendToStroke é chamado após BeginStroke e antes de EndStroke durante o processo de construção do InkStroke .

Observação

Não há suporte para AppendToStroke no InkPresenter. Use CreateStrokeFromInkPoints e SetDefaultDrawingAttributes para criar traços programaticamente para um 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

O ponto final do novo segmento.

Retornos

O ponto de extremidade anterior. Esse ponto de extremidade pode ser usado ao renderizar o traço.

Aplica-se a

Confira também