Share via


InkStrokeContainer.GetStrokeById(UInt32) Method

Definition

Retrieves the single InkStroke with the specified ID.

public:
 virtual InkStroke ^ GetStrokeById(unsigned int id) = GetStrokeById;
InkStroke GetStrokeById(uint32_t const& id);
public InkStroke GetStrokeById(uint id);
function getStrokeById(id)
Public Function GetStrokeById (id As UInteger) As InkStroke

Parameters

id
UInt32

unsigned int

uint32_t

The Global Unique Identifier (GUID) used to identify a single ink stroke.

Returns

The single ink stroke.

Windows requirements

Requirements Description
Device family
Windows 10 Creators Update (introduced in 10.0.15063.0)
API contract
Windows.Foundation.UniversalApiContract (introduced in v4.0)

Applies to

See also