MapBase..::..Pos クラスの新しいインスタンスを初期化します。

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

Syntax

C#
public Pos(
	int x0,
	int y0
)
Visual Basic
Public Sub New ( _
	x0 As Integer, _
	y0 As Integer _
)
Visual C++
public:
Pos(
	int x0, 
	int y0
)

Parameters

x0
Type: System..::..Int32

["M:GIS.MapBase.Pos.#ctor(System.Int32,System.Int32)" の為の説明文 <param name="x0"/> が欠落しています。]

y0
Type: System..::..Int32

["M:GIS.MapBase.Pos.#ctor(System.Int32,System.Int32)" の為の説明文 <param name="y0"/> が欠落しています。]

See Also

inserted by FC2 system