Adds points from a specified collection. The possible types of points's items are UnitPoint, Point and PointF.

Namespace:  C1.C1PrintDocument
Assembly:  C1.C1PrintDocument.Classic.2 (in C1.C1PrintDocument.Classic.2.dll)

Syntax

C#
public void AddFrom(
	IEnumerable points
)
Visual Basic (Declaration)
Public Sub AddFrom ( _
	points As IEnumerable _
)

See Also