Region(ICurve()) Constructor

List of contours constructor.
Public Sub New( _ 
ByVal ParamArray contours As ICurve() _ 
)
This language is not supported or no code example is available.
public Region( 
params ICurve[] contours 
)
This language is not supported or no code example is available.

Parameters

contours
ICurve[]

The list of contours

.NET Framework

Supported in: 4.5, 4.6, 4.7

In this article

Definition