初期値指定コンストラクタ

Namespace: fvalgcli
Assembly: fvalgcli (in fvalgcli.dll) Version: 3.1.0.0 (3.1.0.11)

Syntax

C#
public static PNT_T init(
	int x,
	int y
)
Visual Basic
Public Shared Function init ( 
	x As Integer,
	y As Integer
) As PNT_T

Parameters

x
Type: System..::..Int32
X座標
y
Type: System..::..Int32
Y座標

Return Value

Type: PNT_T
指定された値で構築されたインスタンスを返します。

See Also