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

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

Syntax

C#
public CFviGdiCircle(
	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