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
Format
public PenikoImageFormat Format { get; init; }
Property Value
Height
public int Height { get; init; }
Property Value
Stride
public int Stride { get; init; }
Property Value
Width
public int Width { get; init; }