ClipperBoolean.ToRegion (List<List<IntPoint>>) Method

Public Shared Function ToRegion( _ 
ByVal r As List(Of List(Of IntPoint)) _ 
) As Region2d
This language is not supported or no code example is available.
public static Region2d ToRegion( 
List<List<IntPoint>> r 
)
This language is not supported or no code example is available.
public:  
static Region2d^ ToRegion( 
List<List<IntPoint^>^>^ r 
)
This language is not supported or no code example is available.
JScript does not support generic types and methods.
This language is not supported or no code example is available.

Parameters

r
List<List<IntPoint>>

Return Value

Region2d

.NET Framework

Supported in: 4.5, 4.5.1, 4.5.2, 4.6, 4.6.1, 4.6.2, 4.7, 4.7.1, 4.7.2, 4.8

In this article

Definition