InkStrokeContainer.GetStrokes Method

Definition

Retrieves all ink strokes in the collection managed by the InkStrokeContainer.

public:
 virtual IVectorView<InkStroke ^> ^ GetStrokes() = GetStrokes;
IVectorView<InkStroke> GetStrokes();
public IReadOnlyList<InkStroke> GetStrokes();
function getStrokes()
Public Function GetStrokes () As IReadOnlyList(Of InkStroke)

Returns

The ink strokes managed by the InkStrokeContainer as a collection of InkStroke objects.

Implements

Applies to

See also