'Declaration
Public Function New( _ ByVal points As System.Collections.Generic.IList(Of NPointD) _ )
'Usage
Dim points As System.Collections.Generic.IList(Of NPointD) Dim instance As New NPointDList(points)
public NPointDList( System.Collections.Generic.IList<NPointD> points )
Parameters
- points