The CFviGrabberUI type exposes the following members.

Constructors

NameDescription
Public methodCFviGrabberUI()()()()
コンストラクタ
Public methodCFviGrabberUI(IContainer)
コンストラクタ

Methods

NameDescription
Public methodCreateObjRef
リモート オブジェクトとの通信に使用するプロキシの生成に必要な情報をすべて格納しているオブジェクトを作成します。
(Inherited from MarshalByRefObject.)
Public methodDispose()()()()
Component によって使用されているすべてのリソースを解放します。
(Inherited from Component.)
Protected methodDispose(Boolean)
使用中のリソースをすべてクリーンアップします。
(Overrides Component..::..Dispose(Boolean).)
Public methodEquals
指定した Object が、現在の Object と等しいかどうかを判断します。
(Inherited from Object.)
Protected methodFinalize
Component がガベージ コレクションによってクリアされる前に、アンマネージ リソースを解放し、その他のクリーンアップ操作を実行します。
(Inherited from Component.)
Public methodGetHashCode
特定の型のハッシュ関数として機能します。
(Inherited from Object.)
Public methodGetLifetimeService
対象のインスタンスの有効期間ポリシーを制御する、現在の有効期間サービス オブジェクトを取得します。
(Inherited from MarshalByRefObject.)
Protected methodGetService
Component またはその Container で提供されるサービスを表すオブジェクトを返します。
(Inherited from Component.)
Public methodGetType
現在のインスタンスの Type を取得します。
(Inherited from Object.)
Public methodInitializeLifetimeService
対象のインスタンスの有効期間ポリシーを制御する、有効期間サービス オブジェクトを取得します。
(Inherited from MarshalByRefObject.)
Protected methodMemberwiseClone()()()()
現在の Object の簡易コピーを作成します。
(Inherited from Object.)
Protected methodMemberwiseClone(Boolean)
現在の MarshalByRefObject オブジェクトの簡易コピーを作成します。
(Inherited from MarshalByRefObject.)
Public methodOpenDialog
カメラ選択ダイアログの表示
Public methodToString
Component の名前を格納している String を返します (存在する場合)。このメソッドはオーバーライドできません。
(Inherited from Component.)

Properties

NameDescription
Protected propertyCanRaiseEvents
コンポーネントがイベントを発生させることがきるかどうかを示す値を取得します。
(Inherited from Component.)
Public propertyContainer
Component を格納している IContainer を取得します。
(Inherited from Component.)
Public propertyController
ビデオ入力クラス
Protected propertyDesignMode
Component が現在デザイン モードかどうかを示す値を取得します。
(Inherited from Component.)
Protected propertyEvents
Component に結び付けられているイベント ハンドラーのリストを取得します。
(Inherited from Component.)
Public propertyInterFrameTime
フレーム間の平均時間 (ms) 30フレーム毎に再計算されます。
Public propertyParam
ビデオ入力クラスのパラメータ
Public propertySite
ComponentISite を取得または設定します。
(Inherited from Component.)

Events

NameDescription
Public eventDisposed
Dispose()()()() メソッドの呼び出しによってコンポーネントが破棄されると発生します。
(Inherited from Component.)
Public eventFrameValid
イベントの宣言

See Also