Preview クラスや Play クラスの Snapshot イベントのデータを提供します。
[Visual Basic]
Public Class SnapshotEventArgs Inherits System.EventArgs
[C#]
public class SnapshotEventArgs:System.EventArgs

解説

プロパティ 説明
 Bitmap [Visual Basic] System.Drawing.Bitmap
[C#] System.Drawing.Bitmap
静止画のイメージを取得します。
 Dispose [Visual Basic] Boolean
[C#] bool
Bitmap のリソースをイベント終了後に解放するかどうかを設定します。解放する場合は true 、解放しない場合は false を設定します。既定値は true です。

参照

Newtone.ImageKit.WPF.WebCamera