Class DefaultSuperTile
Inheritance
DefaultSuperTile
Assembly: AudioAnalysisTools.dll
public class DefaultSuperTile : ISuperTile
Properties
|
Improve this Doc
View Source
Declaration
public Image<Rgba32> Image { get; set; }
Property Value
Type |
Description |
SixLabors.ImageSharp.Image<SixLabors.ImageSharp.PixelFormats.Rgba32> |
|
|
Improve this Doc
View Source
Declaration
public int OffsetX { get; set; }
Property Value
|
Improve this Doc
View Source
Declaration
public int OffsetY { get; set; }
Property Value
|
Improve this Doc
View Source
Declaration
public double Scale { get; set; }
Property Value
Implements
Extension Methods