Interface IDrawableEvent
Namespace: AudioAnalysisTools.Events.Drawing
Assembly: AudioAnalysisTools.dll
Syntax
public interface IDrawableEvent
Methods
| Improve this Doc View SourceDraw(IImageProcessingContext, EventRenderingOptions)
Draw this event on an image.
Declaration
void Draw(IImageProcessingContext graphics, EventRenderingOptions options)
Parameters
| Type | Name | Description |
|---|---|---|
| Six |
graphics | The image prcessing context to draw an event on. |
| Event |
options | The options associated with this render request. |