バージョン

ToPointCollection メソッド

与えられた点のリストを PointCollection オブジェクトに変換します。
シンタックス
'宣言
 
Public Shared Function ToPointCollection( _
   ByVal points As IEnumerable(Of Point) _
) As PointCollection
public static PointCollection ToPointCollection( 
   IEnumerable<Point> points
)

パラメータ

points
作成される PointCollection にコピーする点。

戻り値の型

与えられた点をすべて含んでいる PointCollection。
参照