InkStrokesCollectedEventArgs.Strokes 属性
定义
重要
一些信息与预发行产品相关,相应产品在发行之前可能会进行重大修改。 对于此处提供的信息,Microsoft 不作任何明示或暗示的担保。
获取与 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 对象的集合。