バージョン 24.2 (最新)

ToPointCollection メソッド

与えられた点のリストを PointCollection オブジェクトに変換します。
シンタックス
public static PointCollection ToPointCollection( 
   IEnumerable<Point> points
)

パラメータ

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

戻り値の型

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