Link Search Menu Expand Document

PointsArrayAddRange Method

Adds the elements of the specified collection to the end of the collection.

Namespace:Bytescout.PDF
Assembly: Bytescout.PDF (in Bytescout.PDF.dll) Version: 3.5.1.1204-master
Syntax
public void AddRange(
	IEnumerable<PointF> points
)

Parameters

points
Type: System.Collections.GenericIEnumerablePointF
The collection of points whose elements should be added to the end of the collection.
See Also

Reference