InkManager.GetStrokes Method

Definition

Note

For Universal Windows app using Extensible Application Markup Language (XAML), we recommend using InkPresenter and the InkCanvas control instead of InkManager.

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

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 InkManager as a collection of InkStroke objects.

Implements

Applies to

See also