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

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

Syntax

C#
public CFviGdiArc(
	double center_x,
	double center_y,
	double axis_x,
	double axis_y
)
Visual Basic
Public Sub New ( 
	center_x As Double,
	center_y As Double,
	axis_x As Double,
	axis_y As Double
)

Parameters

center_x
Type: System..::..Double
中心(X座標)
center_y
Type: System..::..Double
中心(Y座標)
axis_x
Type: System..::..Double
主軸長
axis_y
Type: System..::..Double
副軸長

Remarks

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

See Also