PolygonalRegion(Point2D()) Constructor

List of 2D points constructor.
Public Sub New( _ 
ByVal ParamArray points As Point2D() _ 
)
This language is not supported or no code example is available.
public PolygonalRegion( 
params Point2D[] points 
)
This language is not supported or no code example is available.

Parameters

points
Point2D[]

A list of 2D points

.NET Framework

Supported in: 4.5, 4.6, 4.7

In this article

Definition