VisioForge (c) 2025

Search Results for

    Class MotionDetectionEventArgs

    Motion detection event.

    Inheritance
    object
    EventArgs
    MotionDetectionEventArgs
    Inherited Members
    EventArgs.Empty
    object.Equals(object)
    object.Equals(object, object)
    object.GetHashCode()
    object.GetType()
    object.MemberwiseClone()
    object.ReferenceEquals(object, object)
    object.ToString()
    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[]