Pegasus Class Library Help
Create Microsoft Ink from the Note. If the Ink

Namespace:  Pegasus.Library
Assembly:  PegasusClassLibrary (in PegasusClassLibrary.dll) Version: 4.0.0.0 (4.0.12.0)

Syntax

C#
public Strokes CreateInkStrokes(
	Ink ink
)
Visual Basic (Declaration)
Public Function CreateInkStrokes ( _
	ink As Ink _
) As Strokes
Visual C++
public:
Strokes^ CreateInkStrokes(
	Ink^ ink
)

Parameters

ink
Type: Ink
The Ink Object which strokes should be created for.

Return Value

A Strokes Object, which is a collection of all the newly created strokes.

Remarks

Strokes object is not interchangable between two different Ink object! for that reason, reference to existing Ink object must be passed as parameter.

See Also