Interface ISuperTile
Namespace: AudioAnalysisTools.TileImage
Assembly: AudioAnalysisTools.dll
Syntax
public interface ISuperTile
Properties
| Improve this Doc View SourceImage
Declaration
Image<Rgba32> Image { get; }
Property Value
Type | Description |
---|---|
SixLabors.ImageSharp.Image<SixLabors.ImageSharp.PixelFormats.Rgba32> |
OffsetX
Declaration
int OffsetX { get; }
Property Value
Type | Description |
---|---|
Int32 |
OffsetY
Declaration
int OffsetY { get; }
Property Value
Type | Description |
---|---|
Int32 |
Scale
Declaration
double Scale { get; }
Property Value
Type | Description |
---|---|
Double |