コンストラクタ 2つの座標を指定すると、大小関係からマップの座標を自動的に決定する。

Namespace: GPS
Assembly: HeightBased2route (HeightBased2route.exe 内) バージョン: 1.0.0.0 (1.0.0.0)

Syntax

C#
public rectangleField(
	BLH x1,
	BLH x2
)
Visual Basic
Public Sub New ( _
	x1 As BLH, _
	x2 As BLH _
)
Visual C++
public:
rectangleField(
	BLH x1, 
	BLH x2
)

Parameters

x1
Type: GPS..::..BLH
座標1
x2
Type: GPS..::..BLH
座標2

See Also

inserted by FC2 system