VisioForge (c) 2025

Search Results for

    Class CVCarDetectedEventArgs

    CV car detected event args.

    Inheritance
    object
    EventArgs
    CVCarDetectedEventArgs
    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 CVCarDetectedEventArgs : EventArgs

    Constructors

    CVCarDetectedEventArgs(int, TimeSpan)

    Initializes a new instance of the CVCarDetectedEventArgs class.

    Declaration
    public CVCarDetectedEventArgs(int carsCount, TimeSpan elapsedTime)
    Parameters
    Type Name Description
    int carsCount

    Cars count.

    TimeSpan elapsedTime

    Elapsed time.

    Properties

    CarsCount

    Gets the cars count.

    Declaration
    public int CarsCount { get; }
    Property Value
    Type Description
    int

    ElapsedTime

    Gets the elapsed time.

    Declaration
    public TimeSpan ElapsedTime { get; }
    Property Value
    Type Description
    TimeSpan