コンストラクタ

Namespace: FVIL.Imaging
Assembly: FVILforms (in FVILforms.dll) Version: 3.1.0.0 (3.1.0.9)

Syntax

C#
public GrabberInfo(
	string configfile,
	int buffer_num
)
Visual Basic
Public Sub New ( 
	configfile As String,
	buffer_num As Integer
)

Parameters

configfile
Type: System..::..String
カメラ設定ファイル (.ini, .xml)
buffer_num
Type: System..::..Int32
画像入力バッファ数 [既定値:2、範囲:1~]

See Also