Class WaveformPainter
VU meter Pro waveform painter.
Inheritance
WaveformPainter
Implements
Inherited Members
Namespace: VisioForge.Core.UI.WPF.VolumeMeterPro
Assembly: VisioForge.Core.dll
Syntax
public class WaveformPainter : UserControl, IAnimatable, ISupportInitialize, IFrameworkInputElement, IInputElement, IQueryAmbient, IAddChild
Constructors
WaveformPainter()
Initializes a new instance of the WaveformPainter class.
Declaration
public WaveformPainter()
Methods
AddValue(float, float)
Adds value.
Declaration
public void AddValue(float maxValue, float minValue)
Parameters
| Type | Name | Description |
|---|---|---|
| float | maxValue | Maximal value. |
| float | minValue | Minimal value. |
Clear()
Clears the waveform and repositions on the left.
Declaration
public void Clear()
Start()
Starts.
Declaration
public void Start()
Stop()
Stops.
Declaration
public void Stop()