VisioForge (c) 2025

Search Results for

    Class VUMeterMaxSampleEventArgs

    VU meter max sample event args.

    Inheritance
    object
    EventArgs
    VUMeterMaxSampleEventArgs
    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
    Assembly: VisioForge.Core.dll
    Syntax
    public class VUMeterMaxSampleEventArgs : EventArgs

    Constructors

    VUMeterMaxSampleEventArgs(float, float)

    Initializes a new instance of the VUMeterMaxSampleEventArgs class.

    Declaration
    public VUMeterMaxSampleEventArgs(float minValue, float maxValue)
    Parameters
    Type Name Description
    float minValue

    Minimal value.

    float maxValue

    Maximal value.

    Properties

    MaxSample

    Gets maximal value.

    Declaration
    public float MaxSample { get; }
    Property Value
    Type Description
    float

    MinSample

    Gets minimal value.

    Declaration
    public float MinSample { get; }
    Property Value
    Type Description
    float