|
Annotation Pro API
|
A spectrogram. More...
Inherits Control.
Public Member Functions | |
| Spectrogram () | |
| Default constructor. More... | |
| void | CreateSpectrogram () |
| Creates the spectrogram. More... | |
| void | ShowBrightnessContrastForm () |
| Show brightness and contrast form More... | |
Protected Member Functions | |
| override void | Dispose (bool disposing) |
| Clean up any resources being used. More... | |
Properties | |
| Color | BackgroundColor [get, set] |
| Gets or sets the color of the background. More... | |
| Color | BoundariesColor [get, set] |
| Gets or sets the color of the boundaries. More... | |
| Color | CursorColor [get, set] |
| Gets or sets the color of the cursor. More... | |
| float | CursorPosition [get, set] |
| Gets or sets the cursor position. More... | |
| double [,] | Data [get, set] |
| Gets or setsspectrogram data directly. More... | |
| FFTFilterWindow | FFTFilterWindow [get, set] |
| Gets or sets the FFT filter window. More... | |
| int | FFTWindowStep [get, set] |
| Gets or sets the FFT window step. More... | |
| int | FFTWindowWidth [get, set] |
| Gets or sets the width of the FFT window. More... | |
| float | FrequencyMaximum [get] |
| Gets the frequency maximum. More... | |
| float | FrequencyMinimum [get] |
| Gets the frequency minimum. More... | |
| int | FrequencyStripesCount [get] |
| Gets the number of frequency stripes. More... | |
| float | FrequencyStripeSize [get] |
| Gets the size of the frequency stripe. More... | |
| bool | HighQuality [get, set] |
| Gets or set if high quality drawing mode is enabled. More... | |
| Color | RulerForeColor [get, set] |
| Gets or sets the color of the ruler foreground. More... | |
| Color | RullerBackColor [get, set] |
| Gets or sets the color of the ruller back. More... | |
| float | SelectionEnd [get, set] |
| Gets or sets the selection end. More... | |
| float | SelectionStart [get, set] |
| Gets or sets the selection start. More... | |
| Color | SpectrogramColor [get, set] |
| Gets or sets the color of the spectrogram. More... | |
| float | StartViewPosition [get, set] |
| Gets or sets the start view position. More... | |
| Synchronizer | Synchronizer [get, set] |
| Gets or sets the synchronizer. More... | |
| float | ZoomFactorX [get, set] |
| Gets or sets the zoom factor x coordinate. More... | |
A spectrogram.
|
inline |
Default constructor.
|
inline |
Creates the spectrogram.
|
inlineprotected |
Clean up any resources being used.
| disposing | true if managed resources should be disposed; otherwise, false. |
|
inline |
Show brightness and contrast form
|
getset |
Gets or sets the color of the background.
The color of the background.
|
getset |
Gets or sets the color of the boundaries.
The color of the boundaries.
|
getset |
Gets or sets the color of the cursor.
The color of the cursor.
|
getset |
Gets or sets the cursor position.
The cursor position.
|
getset |
Gets or setsspectrogram data directly.
The data.
|
getset |
Gets or sets the FFT filter window.
The FFT filter window type.
|
getset |
Gets or sets the FFT window step.
The FFT window step.
|
getset |
Gets or sets the width of the FFT window.
The width of the FFT window.
|
get |
Gets the frequency maximum.
The frequency maximum.
|
get |
Gets the frequency minimum.
The frequency minimum.
|
get |
Gets the number of frequency stripes.
The number of frequency stripes.
|
get |
Gets the size of the frequency stripe.
The size of the frequency stripe.
|
getset |
Gets or set if high quality drawing mode is enabled.
High Quality mode state.
|
getset |
Gets or sets the color of the ruler foreground.
The color of the ruler foreground.
|
getset |
Gets or sets the color of the ruller back.
The color of the ruller back.
|
getset |
Gets or sets the selection end.
The selection end.
|
getset |
Gets or sets the selection start.
The selection start.
|
getset |
Gets or sets the color of the spectrogram.
The color of the spectrogram.
|
getset |
Gets or sets the start view position.
The start view position.
|
getset |
Gets or sets the synchronizer.
The synchronizer.
|
getset |
Gets or sets the zoom factor x coordinate.
The zoom factor x coordinate.
1.8.13