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

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

Syntax

C#
public CFviCaliperRectangle(
	double long1,
	double short1,
	double long2,
	double short2,
	CFviPoint center
)
Visual Basic
Public Sub New ( 
	long1 As Double,
	short1 As Double,
	long2 As Double,
	short2 As Double,
	center As CFviPoint
)

Parameters

long1
Type: System..::..Double
長辺1
short1
Type: System..::..Double
短辺1
long2
Type: System..::..Double
長辺2
short2
Type: System..::..Double
短辺2
center
Type: FVIL.Data..::..CFviPoint
中心

Remarks

各メンバの初期値を指定して、インスタンスを構築します。

See Also