Class EventRenderingOptions
Inheritance
EventRenderingOptions
Assembly: AudioAnalysisTools.dll
public class EventRenderingOptions
Constructors
|
Improve this Doc
View Source
Declaration
public EventRenderingOptions(UnitConverters converters)
Parameters
Properties
|
Improve this Doc
View Source
Gets or sets the default border color for an event.
Declaration
public Pen Border { get; set; }
Property Value
Type |
Description |
SixLabors.ImageSharp.Drawing.Processing.Pen |
|
|
Improve this Doc
View Source
Gets the unit coverters that will be used to convert
events from real units to the target image's pixels.
Declaration
public UnitConverters Converters { get; }
Property Value
|
Improve this Doc
View Source
Declaration
public bool DrawBorder { get; set; }
Property Value
|
Improve this Doc
View Source
Declaration
public bool DrawFill { get; }
Property Value
|
Improve this Doc
View Source
Declaration
public bool DrawLabel { get; set; }
Property Value
|
Improve this Doc
View Source
Declaration
public bool DrawScore { get; set; }
Property Value
|
Improve this Doc
View Source
Gets or sets the default fille color for an event.
Declaration
public IBrush Fill { get; set; }
Property Value
Type |
Description |
SixLabors.ImageSharp.Drawing.Processing.IBrush |
|
|
Improve this Doc
View Source
Gets or sets the graphics options that should be used with the
Fill brush for rendering the contents of an event.
Declaration
public GraphicsOptions FillOptions { get; set; }
Property Value
Type |
Description |
SixLabors.ImageSharp.GraphicsOptions |
|
|
Improve this Doc
View Source
Gets or sets the color to use when rendering labels.
Declaration
public Color Label { get; set; }
Property Value
Type |
Description |
SixLabors.ImageSharp.Color |
|
|
Improve this Doc
View Source
Gets or sets the Pen used to draw a "score" indicator
on the left edge of the event.
Declaration
public Pen Score { get; set; }
Property Value
Type |
Description |
SixLabors.ImageSharp.Drawing.Processing.Pen |
|
|
Improve this Doc
View Source
Gets a value indicating whether the image to draw onto represents a spectrogram.
Declaration
public bool TargetImageIsSpectral { get; }
Property Value
Extension Methods