Adds points from a specified collection.
The possible types of points's items are UnitPoint, Point and
PointF.
Namespace:
C1.C1PrintDocumentAssembly: 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 _ ) |
Parameters
- points
- Type: System.Collections..::.IEnumerable