This topic has not yet been rated - Rate this topic

IInkStrokeContainer.AddStroke method

Adds one or more InkStroke objects to the collection managed by the InkManager.

Syntax


void AddStroke(
  InkStroke stroke
)

Parameters

stroke

Type: InkStroke

The ink stroke to be added.

stroke must be created by using the Clone method, or through a call to EndStroke or ProcessPointerUp. Empty or existing strokes are not valid.

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.