Poly2d(IEnumerable<Point2d>) Constructor
Public Sub New( _
ByVal points As IEnumerable(Of Point2d) _
)
This language is not supported or no code example is available.
public Poly2d(
IEnumerable<Point2d> points
)
This language is not supported or no code example is available.
public:
Poly2d(
IEnumerable<Point2d^>^ points
)
This language is not supported or no code example is available.
Parameters
- points
- IEnumerable<Point2d>