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

Namespace: FVIL.Video
Assembly: FVILdevice (in FVILdevice.dll) Version: 3.1.0.0 (3.1.0.5)

Syntax

C#
public CFviLSDelayLine(
	uint linenum,
	uint mode
)
Visual Basic
Public Sub New ( 
	linenum As UInteger,
	mode As UInteger
)

Parameters

linenum
Type: System..::..UInt32
遅延ライン数
mode
Type: System..::..UInt32
遅延設定モード ( 0:全フレーム、1:最初のフレームのみ )

Remarks

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

See Also