VisioForge (c) 2025

Search Results for

    Class VideoCaptureDeviceAdjustValue

    Video capture device adjust value.

    Inheritance
    object
    VideoCaptureDeviceAdjustValue
    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 VideoCaptureDeviceAdjustValue

    Constructors

    VideoCaptureDeviceAdjustValue()

    Initializes a new instance of the VideoCaptureDeviceAdjustValue class.

    Declaration
    public VideoCaptureDeviceAdjustValue()

    VideoCaptureDeviceAdjustValue(int, bool)

    Initializes a new instance of the VideoCaptureDeviceAdjustValue class.

    Declaration
    public VideoCaptureDeviceAdjustValue(int value, bool auto)
    Parameters
    Type Name Description
    int value

    Value.

    bool auto

    Auto.

    Properties

    Auto

    Gets or sets a value indicating whether auto control is enabled.

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

    Value

    Gets or sets minimal value.

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