Class EventDrawer
Inherited Members
Namespace: AudioAnalysisTools.Events.Drawing
Assembly: AudioAnalysisTools.dll
Syntax
public static class EventDrawer
Methods
| Improve this Doc View SourceDrawEventLabel(SpectralEvent, IImageProcessingContext, EventRenderingOptions)
Declaration
public static void DrawEventLabel(this SpectralEvent event, IImageProcessingContext graphics, EventRenderingOptions options)
Parameters
| Type | Name | Description |
|---|---|---|
| Spectral |
event | |
| Six |
graphics | |
| Event |
options |
DrawScoreIndicator(SpectralEvent, IImageProcessingContext, EventRenderingOptions)
Draws a "score" indicator on the left edge of an event.
Declaration
public static void DrawScoreIndicator(this SpectralEvent event, IImageProcessingContext graphics, EventRenderingOptions options)
Parameters
| Type | Name | Description |
|---|---|---|
| Spectral |
event | The event for which to draw the score indicator. |
| Six |
graphics | The image context to draw to. |
| Event |
options | The event rendering options to use. |