Class CameraCoveredDetectorEventArgs
Class CameraCoveredDetectorEventArgs. Implements the EventArgs.
Inherited Members
Namespace: VisioForge.Core.CV
Assembly: VisioForge.Core.CV.dll
Syntax
public class CameraCoveredDetectorEventArgs : EventArgs
Constructors
CameraCoveredDetectorEventArgs(int)
Initializes a new instance of the CameraCoveredDetectorEventArgs class.
Declaration
public CameraCoveredDetectorEventArgs(int level)
Parameters
| Type | Name | Description |
|---|---|---|
| int | level | The level. |
Properties
Level
Gets or sets the level of the event.
Declaration
public int Level { get; set; }
Property Value
| Type | Description |
|---|---|
| int | The level. |
Time
Gets the time.
Declaration
public DateTime Time { get; }
Property Value
| Type | Description |
|---|---|
| DateTime | The time. |