Utility.FindLoopsInternal Method

Protected Friend Shared Sub FindLoopsInternal( _ 
ByVal loops As Point2D()(), _ 
ByRef outers As Point2D()(), _ 
ByRef inners As Point2D()()(), _ 
ByRef outersIndices As Integer(), _ 
ByRef innersIndices As Integer()() _ 
)
This language is not supported or no code example is available.
internal protected static void FindLoopsInternal( 
Point2D[][] loops
out Point2D[][] outers
out Point2D[][][] inners
out int[] outersIndices
out int[][] innersIndices 
)
This language is not supported or no code example is available.

Parameters

loops
Point2D[][]

outers
Point2D[][]

inners
Point2D[][][]

outersIndices
int[]

innersIndices
int[][]

.NET Framework

Supported in: 4.8

In this article

Definition