Skip to main content

Struct PenikoImageDataInfo

Namespace: VelloSharp
Assembly: VelloSharp.dll

public readonly record struct PenikoImageDataInfo : IEquatable<PenikoImageDataInfo>

Implements

IEquatable<PenikoImageDataInfo>

Inherited Members

object.Equals(object?), object.Equals(object?, object?), object.GetHashCode(), object.GetType(), object.ReferenceEquals(object?, object?), object.ToString()

Constructors

PenikoImageDataInfo(int, int, PenikoImageFormat, PenikoImageAlphaType, int)

public PenikoImageDataInfo(int Width, int Height, PenikoImageFormat Format, PenikoImageAlphaType Alpha, int Stride)

Parameters

Width int

Height int

Format PenikoImageFormat

Alpha PenikoImageAlphaType

Stride int

Properties

Alpha

public PenikoImageAlphaType Alpha { get; init; }

Property Value

PenikoImageAlphaType

Format

public PenikoImageFormat Format { get; init; }

Property Value

PenikoImageFormat

Height

public int Height { get; init; }

Property Value

int

Stride

public int Stride { get; init; }

Property Value

int

Width

public int Width { get; init; }

Property Value

int