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

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

Syntax

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

Parameters

x
Type: System..::..Int32
中心X
y
Type: System..::..Int32
中心Y
radius
Type: System..::..Int32
半径

Return Value

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

See Also