CoreWetStrokeUpdateEventArgs.NewInkPoints Property

Definition

Gets the collection of InkPoint objects processed since the last event.

public:
 property IVector<InkPoint ^> ^ NewInkPoints { IVector<InkPoint ^> ^ get(); };
IVector<InkPoint> NewInkPoints();
public IList<InkPoint> NewInkPoints { get; }
var iVector = coreWetStrokeUpdateEventArgs.newInkPoints;
Public ReadOnly Property NewInkPoints As IList(Of InkPoint)

Property Value

The collection of InkPoint objects.

Remarks

NewInkPoints is always empty for the WetStrokeCompleted and WetStrokeCanceled events.

NewInkPoints might be empty for the WetStrokeStopping event.

Applies to

See also