Class PanoJsTilingProfile
Inheritance
PanoJsTilingProfile
Assembly: AudioAnalysisTools.dll
public class PanoJsTilingProfile : TilingProfile
Constructors
|
Improve this Doc
View Source
Declaration
public PanoJsTilingProfile()
Properties
|
Improve this Doc
View Source
Declaration
public override int TileHeight { get; }
Property Value
Overrides
|
Improve this Doc
View Source
Declaration
public override int TileWidth { get; }
Property Value
Overrides
Methods
|
Improve this Doc
View Source
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
Overrides
|
Improve this Doc
View Source
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
Overrides
|
Improve this Doc
View Source
Declaration
public override object GetZoomIndex(SortedSet<Layer> calculatedLayers, Layer selectedLayer)
Parameters
Returns
Overrides
Extension Methods