Class SnapshotTakenEventArgs
Contains state information and event data associated with a snapshot taken event.
Inheritance
System.Object
System.EventArgs
SnapshotTakenEventArgs
Inherited Members
System.EventArgs.Empty
System.Object.ToString()
System.Object.Equals(System.Object)
System.Object.Equals(System.Object, System.Object)
System.Object.ReferenceEquals(System.Object, System.Object)
System.Object.GetHashCode()
System.Object.GetType()
System.Object.MemberwiseClone()
Namespace: Telerik.WinControls.UI
Assembly: Telerik.WinControls.RadWebCam.dll
Syntax
public class SnapshotTakenEventArgs : EventArgs
Constructors
SnapshotTakenEventArgs(Image)
Initializes a new instance of the SnapshotTakenEventArgs class.
Declaration
public SnapshotTakenEventArgs(Image snapshot)
Parameters
System.Drawing.Image
snapshot
|
Properties
Snapshot
Gets the snapshot that has been taken.
Declaration
public Image Snapshot { get; }
Property Value
System.Drawing.Image
|