VideoFormat
使用中の画像取り込みデバイスがサポートしているビデオフォーマットを含むオブジェクトです。
サンプル
この例では最初に利用可能なビデオフォーマットの取得方法を紹介しています。
[VB.NET]Dim Fmt As VideoFormat
Fmt = IcImagingControl1.VideoFormats(0)
[C#]VideoFormat Fmt = ICImagingControl1.VideoFormats[0];
インフォメーション
ネームスペース: TIS.Imaging
IC Imaging Control 1.xより導入