次の方法で共有


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 オブジェクトのコレクションとして設定されます。

適用対象

こちらもご覧ください