CoreIncrementalInkStroke.AppendInkPoints(IIterable<InkPoint>) Method

Definition

Appends one or more InkPoint objects to the collection of InkPoint objects that compose the CoreIncrementalInkStroke.

public:
 virtual Rect AppendInkPoints(IIterable<InkPoint ^> ^ inkPoints) = AppendInkPoints;
Rect AppendInkPoints(IIterable<InkPoint> const& inkPoints);
public Rect AppendInkPoints(IEnumerable<InkPoint> inkPoints);
function appendInkPoints(inkPoints)
Public Function AppendInkPoints (inkPoints As IEnumerable(Of InkPoint)) As Rect

Parameters

inkPoints

IIterable<InkPoint>

IEnumerable<InkPoint>

The collection of InkPoint objects to append.

Returns

The bounding rectangle of the appended InkPoint objects.

Applies to