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

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

Syntax

C#
public static BOX_T init(
	int sx,
	int sy,
	int ex,
	int ey
)
Visual Basic
Public Shared Function init ( 
	sx As Integer,
	sy As Integer,
	ex As Integer,
	ey As Integer
) As BOX_T

Parameters

sx
Type: System..::..Int32
始点X
sy
Type: System..::..Int32
始点Y
ex
Type: System..::..Int32
終点X
ey
Type: System..::..Int32
終点Y

Return Value

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

See Also