Search Results for

    Show / Hide Table of Contents

    Class AbsoluteDateTilingProfile

    Inheritance
    Object
    TilingProfile
    AbsoluteDateTilingProfile
    Inherited Members
    TilingProfile.IsSquare
    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 AbsoluteDateTilingProfile : TilingProfile

    Constructors

    | Improve this Doc View Source

    AbsoluteDateTilingProfile(String, String, DateTimeOffset, Int32, Int32)

    Declaration
    public AbsoluteDateTilingProfile(string prefix, string tag, DateTimeOffset baseDate, int tileHeight, int tileWidth)
    Parameters
    Type Name Description
    String prefix
    String tag
    DateTimeOffset baseDate
    Int32 tileHeight
    Int32 tileWidth

    Properties

    | Improve this Doc View Source

    ChromeOption

    Declaration
    public override ImageChrome ChromeOption { get; }
    Property Value
    Type Description
    ImageChrome
    Overrides
    TilingProfile.ChromeOption
    | Improve this Doc View Source

    PaddingColor

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

    TileHeight

    Declaration
    public override int TileHeight { get; }
    Property Value
    Type Description
    Int32
    Overrides
    TilingProfile.TileHeight
    | Improve this Doc View Source

    TileWidth

    Declaration
    public override int TileWidth { get; }
    Property Value
    Type Description
    Int32
    Overrides
    TilingProfile.TileWidth

    Methods

    | Improve this Doc View Source

    GetFileBaseName(SortedSet<Layer>, Layer, Point)

    Declaration
    public override 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
    Overrides
    TilingProfile.GetFileBaseName(SortedSet<Layer>, Layer, Point)
    | Improve this Doc View Source

    GetTileIndexes(SortedSet<Layer>, Layer, Point)

    Declaration
    public override 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
    Overrides
    TilingProfile.GetTileIndexes(SortedSet<Layer>, Layer, Point)
    | Improve this Doc View Source

    GetZoomIndex(SortedSet<Layer>, Layer)

    Declaration
    public override object GetZoomIndex(SortedSet<Layer> calculatedLayers, Layer selectedLayer)
    Parameters
    Type Name Description
    SortedSet<Layer> calculatedLayers
    Layer selectedLayer
    Returns
    Type Description
    Object
    Overrides
    TilingProfile.GetZoomIndex(SortedSet<Layer>, Layer)

    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