コンストラクタ

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

Syntax

C#
public GrabberEventInfo(
	GrabberThread sender,
	GrabberEventArgs args
)
Visual Basic
Public Sub New ( 
	sender As GrabberThread,
	args As GrabberEventArgs
)

Parameters

sender
Type: FVIL.Imaging..::..GrabberThread
送信者
args
Type: FVIL.Imaging..::..GrabberEventArgs
イベント引数

See Also