Search Results for

    Show / Hide Table of Contents

    Class Layer

    Inheritance
    Object
    Layer
    Implements
    IComparer<Layer>
    IComparable<Layer>
    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 Layer : IComparer<Layer>, IComparable<Layer>

    Constructors

    | Improve this Doc View Source

    Layer(Int32)

    Declaration
    public Layer(int scaleIndex)
    Parameters
    Type Name Description
    Int32 scaleIndex

    Properties

    | Improve this Doc View Source

    Height

    Declaration
    public int Height { get; set; }
    Property Value
    Type Description
    Int32
    | Improve this Doc View Source

    ScaleIndex

    Declaration
    public int ScaleIndex { get; }
    Property Value
    Type Description
    Int32
    | Improve this Doc View Source

    Width

    Declaration
    public int Width { get; set; }
    Property Value
    Type Description
    Int32
    | Improve this Doc View Source

    XNormalizedScale

    Declaration
    public double XNormalizedScale { get; set; }
    Property Value
    Type Description
    Double
    | Improve this Doc View Source

    XScale

    Declaration
    public double XScale { get; set; }
    Property Value
    Type Description
    Double
    | Improve this Doc View Source

    XTiles

    Declaration
    public int XTiles { get; set; }
    Property Value
    Type Description
    Int32
    | Improve this Doc View Source

    YNormalizedScale

    Declaration
    public double YNormalizedScale { get; set; }
    Property Value
    Type Description
    Double
    | Improve this Doc View Source

    YScale

    Declaration
    public double YScale { get; set; }
    Property Value
    Type Description
    Double
    | Improve this Doc View Source

    YTiles

    Declaration
    public int YTiles { get; set; }
    Property Value
    Type Description
    Int32

    Methods

    | Improve this Doc View Source

    Compare(Layer, Layer)

    Declaration
    public int Compare(Layer x, Layer y)
    Parameters
    Type Name Description
    Layer x
    Layer y
    Returns
    Type Description
    Int32
    | Improve this Doc View Source

    CompareTo(Layer)

    Declaration
    public int CompareTo(Layer other)
    Parameters
    Type Name Description
    Layer other
    Returns
    Type Description
    Int32

    Implements

    System.Collections.Generic.IComparer<T>
    System.IComparable<T>

    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