This class provides the data for the Snapshot events of the Preview and Play classes.
[Visual Basic] Public Class
SnapshotEventArgs Inherits System.EventArgs
[C#] public class
SnapshotEventArgsFSystem.EventArgs
Explanation
Property | Type | Explanation |
---|---|---|
![]() |
[Visual Basic] System.Drawing.Bitmap [C#] System.Drawing.Bitmap |
Retrieves the snapshot. |
![]() |
[Visual Basic] Boolean [C#] bool |
Sets whether or not the Bitmap resource is freed from the memory after the event fires. True frees the Bitmap, False does not free the Bitmap. Default value is True. |
See Also
Newtone.ImageKit.Win.WebCamera