Search Results for

    Show / Hide Table of Contents

    Class EventDrawer

    Inheritance
    Object
    EventDrawer
    Inherited Members
    Object.Equals(Object)
    Object.Equals(Object, Object)
    Object.GetHashCode()
    Object.GetType()
    Object.MemberwiseClone()
    Object.ReferenceEquals(Object, Object)
    Object.ToString()
    Namespace: AudioAnalysisTools.Events.Drawing
    Assembly: AudioAnalysisTools.dll
    Syntax
    public static class EventDrawer

    Methods

    | Improve this Doc View Source

    DrawEventLabel(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
    | Improve this Doc View Source

    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.

    • Improve this Doc
    • View Source
    In This Article
    Generated by DocFX AP docs version: 21.7.0.4-master-e26127a50d7bd7472d47288f10e61014fb981f7f-DIRTY-CI:144 Back to top