CoreWetStrokeUpdateEventArgs.NewInkPoints Property
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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.