Class PixelInfo
public class PixelInfo
- Inheritance
-
PixelInfo
- Inherited Members
Constructors
PixelInfo(int, int, SubPixelType, int, int)
public PixelInfo(int width, int height, SubPixelType subPixelType, int stride = -1, int strideAlign = -1)
Parameters
width
intheight
intsubPixelType
SubPixelTypestride
intstrideAlign
int
Properties
Height
public int Height { get; }
Property Value
InvertY
public bool InvertY { get; init; }
Property Value
Length
public long Length { get; }
Property Value
Stride
public int Stride { get; }
Property Value
SubPixelType
public SubPixelType SubPixelType { get; }
Property Value
Width
public int Width { get; }