Search Results for

    Show / Hide Table of Contents

    Class ImageComponent

    Inheritance
    Object
    ImageComponent
    Inherited Members
    Object.Equals(Object)
    Object.Equals(Object, Object)
    Object.GetHashCode()
    Object.GetType()
    Object.MemberwiseClone()
    Object.ReferenceEquals(Object, Object)
    Object.ToString()
    Namespace: AudioAnalysisTools.TileImage
    Assembly: AudioAnalysisTools.dll
    Syntax
    public class ImageComponent

    Constructors

    | Improve this Doc View Source

    ImageComponent()

    Declaration
    public ImageComponent()
    | Improve this Doc View Source

    ImageComponent(Rectangle, TileBias, TileBias)

    Declaration
    public ImageComponent(Rectangle fragment, TileBias xBias, TileBias yBias)
    Parameters
    Type Name Description
    SixLabors.ImageSharp.Rectangle fragment
    TileBias xBias
    TileBias yBias
    | Improve this Doc View Source

    ImageComponent(Rectangle, Int32, Int32)

    Declaration
    public ImageComponent(Rectangle fragment, int xBias, int yBias)
    Parameters
    Type Name Description
    SixLabors.ImageSharp.Rectangle fragment
    Int32 xBias
    Int32 yBias

    Properties

    | Improve this Doc View Source

    Fragment

    Declaration
    public Rectangle Fragment { get; set; }
    Property Value
    Type Description
    SixLabors.ImageSharp.Rectangle
    | Improve this Doc View Source

    XBias

    Gets or sets XBias. Represents the image this rectangle needs to be drawn from. -1: image before on x axis 0: current image 1: next image on x axis.

    Declaration
    public TileBias XBias { get; set; }
    Property Value
    Type Description
    TileBias
    | Improve this Doc View Source

    YBias

    Gets or sets YBias Represents the image this rectangle needs to be drawn from. -1: image before on y axis 0: current image 1: next image on y axis.

    Declaration
    public TileBias YBias { get; set; }
    Property Value
    Type Description
    TileBias

    Extension Methods

    ObjectExtensions.NotNull(Object)
    ObjectExtensions.AsArray<T>(T)
    ObjectExtensions.AsList<T>(T)
    ObjectExtensions.Wrap<T>(T)
    SystemExtensions.BinarySerialize(Object)
    ConfigFileExtensions.NotNull(Object, FileInfo, String, String)
    ConfigFileExtensions.ValidateNotNull(Object, String, String)
    ConfigFileExtensions.ValidateLessThan<T>(Object, Nullable<T>, String, Nullable<T>, String, String)
    ExtensionsXml.SerializeObject<T>(T)
    • 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