VisioForge (c) 2025

Search Results for

    Class CVHandDetectedEventArgs

    CV hand detected event args.

    Inheritance
    object
    EventArgs
    CVHandDetectedEventArgs
    Inherited Members
    EventArgs.Empty
    object.Equals(object)
    object.Equals(object, object)
    object.GetHashCode()
    object.GetType()
    object.MemberwiseClone()
    object.ReferenceEquals(object, object)
    Namespace: VisioForge.Core.Types.Events
    Assembly: VisioForge.Core.dll
    Syntax
    public class CVHandDetectedEventArgs : EventArgs

    Constructors

    CVHandDetectedEventArgs(CVHand[])

    Initializes a new instance of the CVHandDetectedEventArgs class.

    Declaration
    public CVHandDetectedEventArgs(CVHand[] hands)
    Parameters
    Type Name Description
    CVHand[] hands

    Hands.

    Properties

    Hands

    Gets the hands.

    Declaration
    public CVHand[] Hands { get; }
    Property Value
    Type Description
    CVHand[]

    The hands.

    Methods

    ToString()

    Returns a string that represents this instance.

    Declaration
    public override string ToString()
    Returns
    Type Description
    string

    A string that represents this instance.

    Overrides
    object.ToString()