Table of Contents

Class PixelInfo

Namespace
NAPS2.Images
Assembly
NAPS2.Images.dll
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 int
height int
subPixelType SubPixelType
stride int
strideAlign int

Properties

Height

public int Height { get; }

Property Value

int

InvertY

public bool InvertY { get; init; }

Property Value

bool

Length

public long Length { get; }

Property Value

long

Stride

public int Stride { get; }

Property Value

int

SubPixelType

public SubPixelType SubPixelType { get; }

Property Value

SubPixelType

Width

public int Width { get; }

Property Value

int