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 |
---|---|---|
SixLabors.ImageSharp.Processing.IImageProcessingContext | graphics | The image prcessing context to draw an event on. |
EventRenderingOptions | options | The options associated with this render request. |