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

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,
	double st_angle,
	double ed_angle
)
Visual Basic
Public Sub New ( 
	center_x As Double,
	center_y As Double,
	axis_x As Double,
	axis_y As Double,
	st_angle As Double,
	ed_angle 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
副軸長
st_angle
Type: System..::..Double
円弧の開始角 (degree)
ed_angle
Type: System..::..Double
円弧の終了角 (degree)

Remarks

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

See Also