Search Results for

    Show / Hide Table of Contents

    Class TilingProfile

    Inheritance
    Object
    TilingProfile
    AbsoluteDateTilingProfile
    PanoJsTilingProfile
    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 abstract class TilingProfile

    Properties

    | Improve this Doc View Source

    ChromeOption

    Declaration
    public virtual ImageChrome ChromeOption { get; }
    Property Value
    Type Description
    ImageChrome
    | Improve this Doc View Source

    IsSquare

    Declaration
    public bool IsSquare { get; }
    Property Value
    Type Description
    Boolean
    | Improve this Doc View Source

    PaddingColor

    Declaration
    public virtual Color PaddingColor { get; }
    Property Value
    Type Description
    SixLabors.ImageSharp.Color
    | Improve this Doc View Source

    TileHeight

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

    TileWidth

    Declaration
    public abstract int TileWidth { get; }
    Property Value
    Type Description
    Int32

    Methods

    | Improve this Doc View Source

    GetFileBaseName(SortedSet<Layer>, Layer, Point)

    Declaration
    public virtual string GetFileBaseName(SortedSet<Layer> calculatedLayers, Layer selectedLayer, Point tileOffsets)
    Parameters
    Type Name Description
    SortedSet<Layer> calculatedLayers
    Layer selectedLayer
    SixLabors.ImageSharp.Point tileOffsets
    Returns
    Type Description
    String
    | Improve this Doc View Source

    GetTileIndexes(SortedSet<Layer>, Layer, Point)

    Declaration
    public virtual object GetTileIndexes(SortedSet<Layer> calculatedLayers, Layer selectedLayer, Point tileOffsets)
    Parameters
    Type Name Description
    SortedSet<Layer> calculatedLayers
    Layer selectedLayer
    SixLabors.ImageSharp.Point tileOffsets
    Returns
    Type Description
    Object
    | Improve this Doc View Source

    GetZoomIndex(SortedSet<Layer>, Layer)

    Declaration
    public virtual object GetZoomIndex(SortedSet<Layer> calculatedLayers, Layer selectedLayer)
    Parameters
    Type Name Description
    SortedSet<Layer> calculatedLayers
    Layer selectedLayer
    Returns
    Type Description
    Object

    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