FlexChart for WinForms
MarchingSquares コンストラクタ

C1.Chart アセンブリ > C1.Chart 名前空間 > MarchingSquares クラス : MarchingSquares コンストラクタ
The contour level to use.
Initial array size for the contour line points.
Initial array size for the zone points array.
Initializes a new instance of the MarchingSquares class.
シンタックス
'宣言
 
Public Function New( _
   ByVal contourLevel As System.Double, _
   ByVal initialContourCapacity As System.Integer, _
   ByVal initialZoneCapacity As System.Integer _
)
public MarchingSquares( 
   System.double contourLevel,
   System.int initialContourCapacity,
   System.int initialZoneCapacity
)

パラメータ

contourLevel
The contour level to use.
initialContourCapacity
Initial array size for the contour line points.
initialZoneCapacity
Initial array size for the zone points array.
参照

参照

MarchingSquares クラス
MarchingSquares メンバ