This topic has not yet been rated - Rate this topic

IInkStrokeContainer.GetStrokes method

Retrieves all InkStroke objects in the collection managed by the InkManager.

Syntax


IReadOnlyList<InkStroke> GetStrokes()

Parameters

This method has no parameters.

Return value

Type: IVectorView<InkStroke> [C++] | System.Collections.Generic.IReadOnlyList<InkStroke> [.NET]

The collection of ink strokes.

Requirements

Minimum supported client

Windows 8

Minimum supported server

Windows Server 2012

Namespace

Windows.UI.Input.Inking
Windows::UI::Input::Inking [C++]

Metadata

Windows.winmd

See also

IInkStrokeContainer
Responding to pen and stylus input
Ink App sample

 

 

Build date: 12/4/2012

© 2013 Microsoft. All rights reserved.