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

Namespace: FVIL.Video
Assembly: FVIL1300 (in FVIL1300.dll) Version: 3.1.0.0 (3.1.0.1)

Syntax

C#
public CFviUnitParam(
	uint unit,
	uint time
)
Visual Basic
Public Sub New ( 
	unit As UInteger,
	time As UInteger
)

Parameters

unit
Type: System..::..UInt32
単位 (0:ns、1:us、2:ms、3:s)
time
Type: System..::..UInt32
時間

Remarks

初期値を指定してインスタンスを構築します。

See Also