Indicates a new instance of the
Coordinate class.
シンタックス
'宣言
Public Function New( _
ByVal As System.Single, _
ByVal As System.Single _
)
public Coordinate(
System.float ,
System.float
)
パラメータ
- x
- A float value indicate the value of x-coordinate
- y
- A float value indicate the value of x-coordinate
参照