AddStylusPoints Method

Adds a collection of StylusPoint objects to the collection.

XAML
Cannot use methods in XAML.
Scripting
retval = object.AddStylusPoints(stylusPoints)

Parameters

stylusPoints

StylusPointCollection

The collection of StylusPoint objects to add to the collection.

Return Value

integer

The 0 based integer value which is the index of the last element in the StylusPointCollection, or 1 if the collection is empty.

Remarks

A StylusPointCollection can belong to more than one Stroke object.

Applies To

StrokeCollection

See Also

Ink Support In Microsoft Silverlight