VisioForge (c) 2025

Search Results for

    Class CVHand

    Hand information.

    Inheritance
    object
    CVHand
    Inherited Members
    object.Equals(object)
    object.Equals(object, object)
    object.GetHashCode()
    object.GetType()
    object.MemberwiseClone()
    object.ReferenceEquals(object, object)
    Namespace: VisioForge.Core.Types.VideoProcessing
    Assembly: VisioForge.Core.dll
    Syntax
    public class CVHand

    Properties

    Gesture

    Gets or sets the gesture.

    Declaration
    public CVHandGesture Gesture { get; set; }
    Property Value
    Type Description
    CVHandGesture

    The gesture.

    Position

    Gets or sets the position.

    Declaration
    public Rect Position { get; set; }
    Property Value
    Type Description
    Rect

    The position.

    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()