VisioForge (c) 2025

Search Results for

    Class CrossBarInputPin

    Crossbar input pin.

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

    Properties

    CanRoute

    Gets or sets a value indicating whether pins can be routed.

    Declaration
    public bool CanRoute { get; set; }
    Property Value
    Type Description
    bool

    Name

    Gets or sets name.

    Declaration
    public string Name { get; set; }
    Property Value
    Type Description
    string

    PinIndex

    Gets or sets pin index.

    Declaration
    public int PinIndex { get; set; }
    Property Value
    Type Description
    int

    RealPinIndex

    Gets or sets real pin index.

    Declaration
    public int RealPinIndex { get; set; }
    Property Value
    Type Description
    int

    RelatedPinIndex

    Gets or sets related pin index.

    Declaration
    public int RelatedPinIndex { get; set; }
    Property Value
    Type Description
    int