Class TemporalEvent
Inheritance
TemporalEvent
Assembly: AudioAnalysisTools.dll
public class TemporalEvent : EventCommon, IComparable<ResultBase>, IComparable, IDrawableEvent, ITemporalEvent, IInstantEvent
Properties
|
Improve this Doc
View Source
Declaration
public double EventDurationSeconds { get; }
Property Value
|
Improve this Doc
View Source
Declaration
public double EventEndSeconds { get; set; }
Property Value
Methods
|
Improve this Doc
View Source
Draw(IImageProcessingContext, EventRenderingOptions)
Declaration
public override void Draw(IImageProcessingContext graphics, EventRenderingOptions options)
Parameters
Type |
Name |
Description |
SixLabors.ImageSharp.Processing.IImageProcessingContext |
graphics |
|
EventRenderingOptions |
options |
|
Overrides
Implements
Extension Methods