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

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

Syntax

C#
public GrabberEventArgs(
	DateTime timestamp,
	CFviImage[] image
)
Visual Basic
Public Sub New ( 
	timestamp As DateTime,
	image As CFviImage()
)

Parameters

timestamp
Type: System..::..DateTime
タイムスタンプ
image
Type: array<FVIL.Data..::..CFviImage>[]()[][]
画像オブジェクト配列

See Also