Class TilingProfile
Inheritance
TilingProfile
Assembly: AudioAnalysisTools.dll
public abstract class TilingProfile
Properties
|
Improve this Doc
View Source
Declaration
public virtual ImageChrome ChromeOption { get; }
Property Value
|
Improve this Doc
View Source
Declaration
public bool IsSquare { get; }
Property Value
|
Improve this Doc
View Source
Declaration
public virtual Color PaddingColor { get; }
Property Value
Type |
Description |
SixLabors.ImageSharp.Color |
|
|
Improve this Doc
View Source
Declaration
public abstract int TileHeight { get; }
Property Value
|
Improve this Doc
View Source
Declaration
public abstract int TileWidth { get; }
Property Value
Methods
|
Improve this Doc
View Source
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
|
Improve this Doc
View Source
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
|
Improve this Doc
View Source
Declaration
public virtual object GetZoomIndex(SortedSet<Layer> calculatedLayers, Layer selectedLayer)
Parameters
Returns
Extension Methods