バージョン

ToPointCollections メソッド

Point の List の List を PointCollections の List に変換します。
シンタックス
'宣言
 
Public Shared Function ToPointCollections( _
   ByVal points As List(Of List(Of Point)) _
) As List(Of PointCollection)
public static List<PointCollection> ToPointCollections( 
   List<List<Point>> points
)

パラメータ

points
変換する Point の List の List。

戻り値の型

所定の Point の List の List から構成した PointCollection の List。
参照