Class MotionDetectionEventArgs
Motion detection event.
Inherited Members
Namespace: VisioForge.Core.Types.Events
Assembly: VisioForge.Core.dll
Syntax
public class MotionDetectionEventArgs : EventArgs
Constructors
MotionDetectionEventArgs(int, byte[])
Initializes a new instance of the MotionDetectionEventArgs class.
Declaration
public MotionDetectionEventArgs(int level, byte[] matrix)
Parameters
Type | Name | Description |
---|---|---|
int | level | Motion level. |
byte[] | matrix | Motion matrix. |
Properties
Level
Gets level.
Declaration
public int Level { get; }
Property Value
Type | Description |
---|---|
int |
Matrix
Gets matrix.
Declaration
public byte[] Matrix { get; }
Property Value
Type | Description |
---|---|
byte[] |