バージョン

GetBounds(IEnumerable<IEnumerable<Point>>) メソッド

指定した点リストに含まれるすべての点の境界枠を表す Rect を返します。
シンタックス
'宣言
 
Public Overloads Shared Function GetBounds( _
   ByVal points As IEnumerable(Of IEnumerable(Of Point)) _
) As Rectangle
public static Rectangle GetBounds( 
   IEnumerable<IEnumerable<Point>> points
)

パラメータ

points
点リストのリスト。

戻り値の型

指定したすべての点の境界枠を表す Rect。
解説
点データのリストを入れ子式にネストするというこの構造は、Shapefile 形式のファイルや他の地理空間データ ソースで採用されているネスト構造に対応したものです。
参照