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

Namespace: FVIL.Data
Assembly: FVILbasic (in FVILbasic.dll) Version: 3.1.0.0 (3.1.0.17)

Syntax

C#
public CFviCircle(
	double center_x,
	double center_y,
	double radius
)
Visual Basic
Public Sub New ( 
	center_x As Double,
	center_y As Double,
	radius As Double
)

Parameters

center_x
Type: System..::..Double
中心(X座標)
center_y
Type: System..::..Double
中心(Y座標)
radius
Type: System..::..Double
半径

Remarks

初期値を指定してオブジェクトを構築します。

See Also