InkStrokesCollectedEventArgs.Strokes 属性

定义

获取与 StrokesCollected 事件关联的已处理墨迹笔划 (“wet”到“dry”) 的集合。

public:
 property IVectorView<InkStroke ^> ^ Strokes { IVectorView<InkStroke ^> ^ get(); };
IVectorView<InkStroke> Strokes();
public IReadOnlyList<InkStroke> Strokes { get; }
var iVectorView = inkStrokesCollectedEventArgs.strokes;
Public ReadOnly Property Strokes As IReadOnlyList(Of InkStroke)

属性值

处理的墨迹笔划作为 InkStroke 对象的集合。

适用于

另请参阅