バージョン

DataPoint コンストラクタ(Int32,Int32)

指定の位置のデータ ポイント。
シンタックス
'宣言
 
Public Function New( _
   ByVal x As Integer, _
   ByVal y As Integer _
)
public DataPoint( 
   int x,
   int y
)

パラメータ

x
x 位置。
y
y 位置。
参照