Search Results for

    Show / Hide Table of Contents

    Class PanoJsTilingProfile

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

    Constructors

    | Improve this Doc View Source

    PanoJsTilingProfile()

    Declaration
    public PanoJsTilingProfile()

    Properties

    | 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