バージョン

GetFlattened メソッド

フラット化した点のコレクションを取得します。
シンタックス
'宣言
 
Public Function GetFlattened( _
   ByVal pointsList As IList(Of Point), _
   ByVal resolution As Double, _
   ByVal x As Func(Of Integer,Double), _
   ByVal y As Func(Of Integer,Double) _
) As IList(Of Point)
public IList<Point> GetFlattened( 
   IList<Point> pointsList,
   double resolution,
   Func<int,double> x,
   Func<int,double> y
)

パラメータ

pointsList
点のリスト
resolution
解像度
x
X 関数
y
Y 関数

戻り値の型

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