Note

Access to this page requires authorization. You can try signing in or .

Access to this page requires authorization. You can try .

InkStrokeContainer.GetStrokes Method

Definition

Important

Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.

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


Feedback

Was this page helpful?