Class ImageComponent
Inheritance
ImageComponent
Assembly: AudioAnalysisTools.dll
public class ImageComponent
Constructors
|
Improve this Doc
View Source
Declaration
|
Improve this Doc
View Source
Declaration
public ImageComponent(Rectangle fragment, TileBias xBias, TileBias yBias)
Parameters
Type |
Name |
Description |
SixLabors.ImageSharp.Rectangle |
fragment |
|
TileBias |
xBias |
|
TileBias |
yBias |
|
|
Improve this Doc
View Source
Declaration
public ImageComponent(Rectangle fragment, int xBias, int yBias)
Parameters
Type |
Name |
Description |
SixLabors.ImageSharp.Rectangle |
fragment |
|
Int32 |
xBias |
|
Int32 |
yBias |
|
Properties
|
Improve this Doc
View Source
Declaration
public Rectangle Fragment { get; set; }
Property Value
Type |
Description |
SixLabors.ImageSharp.Rectangle |
|
|
Improve this Doc
View Source
Gets or sets XBias.
Represents the image this rectangle needs to be drawn from.
-1: image before on x axis
0: current image
1: next image on x axis.
Declaration
public TileBias XBias { get; set; }
Property Value
|
Improve this Doc
View Source
Gets or sets YBias
Represents the image this rectangle needs to be drawn from.
-1: image before on y axis
0: current image
1: next image on y axis.
Declaration
public TileBias YBias { get; set; }
Property Value
Extension Methods