CoreIncrementalInkStroke.AppendInkPoints(IIterable<InkPoint>) Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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
The collection of InkPoint objects to append.
Returns
The bounding rectangle of the appended InkPoint objects.