The GrabberEventArgs type exposes the following members.

Constructors

NameDescription
Public methodGrabberEventArgs()()()()
コンストラクタ
Public methodGrabberEventArgs(DateTime, CFviImage)
初期値指定コンストラクタ
Public methodGrabberEventArgs(DateTime, array<CFviImage>[]()[][])
初期値指定コンストラクタ
Public methodGrabberEventArgs(DateTime, Exception)
初期値指定コンストラクタ

Methods

NameDescription
Public methodEquals
指定した Object が、現在の Object と等しいかどうかを判断します。
(Inherited from Object.)
Protected methodFinalize
Object がガベージ コレクションにより収集される前に、その Object がリソースを解放し、その他のクリーンアップ操作を実行できるようにします。
(Inherited from Object.)
Public methodGetHashCode
特定の型のハッシュ関数として機能します。
(Inherited from Object.)
Public methodGetType
現在のインスタンスの Type を取得します。
(Inherited from Object.)
Protected methodMemberwiseClone
現在の Object の簡易コピーを作成します。
(Inherited from Object.)
Public methodToString
現在の Object を表す String を返します。
(Inherited from Object.)

Properties

NameDescription
Public propertyException
エラーの内容
Public propertyImages
画像オブジェクト配列 (単一チャネルのグラバーボードの場合は1つ格納されています。複数チャネルの場合はチャネル数分格納されています。)
Public propertyTimeStamp
タイムスタンプ (LCT)

See Also