Region(IList<ICurve>) Constructor

List of contours constructor.
Public Sub New( _ 
ByVal contours As IList(Of ICurve) _ 
)
This language is not supported or no code example is available.
public Region( 
IList<ICurve> contours 
)
This language is not supported or no code example is available.

Parameters

contours
IList<ICurve>

The list of contours

.NET Framework

Supported in: 4.5, 4.6, 4.7

In this article

Definition