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 |
---|---|---|
SpectralEvent | event | |
SixLabors.ImageSharp.Processing.IImageProcessingContext | graphics | |
EventRenderingOptions | 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 |
---|---|---|
SpectralEvent | event | The event for which to draw the score indicator. |
SixLabors.ImageSharp.Processing.IImageProcessingContext | graphics | The image context to draw to. |
EventRenderingOptions | options | The event rendering options to use. |