バージョン

Flatten メソッド

点のセットをフラット化します。
シンタックス
'宣言
 
Public Function Flatten( _
   ByVal points As IList(Of Point), _
   ByVal resolution As Double _
) As IList(Of Point)
public IList<Point> Flatten( 
   IList<Point> points,
   double resolution
)

パラメータ

points
フラット化する点のコレクション
resolution
解像度

戻り値の型

フラット化された点のコレクション
参照