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