Struct SKImageInfo
Namespace: SkiaSharp
Assembly: VelloSharp.Skia.Core.dll
public readonly struct SKImageInfo
Inherited Members
object.Equals(object?), object.Equals(object?, object?), object.GetHashCode(), object.GetType(), object.ReferenceEquals(object?, object?), object.ToString()
Constructors
SKImageInfo(int, int, SKColorType, SKAlphaType)
public SKImageInfo(int width, int height, SKColorType colorType = SKColorType.Bgra8888, SKAlphaType alphaType = SKAlphaType.Premul)
Parameters
width
int
height
int
colorType
SKColorType
alphaType
SKAlphaType
Properties
AlphaType
public SKAlphaType AlphaType { get; }
Property Value
BytesPerPixel
public int BytesPerPixel { get; }
Property Value
BytesSize
public int BytesSize { get; }
Property Value
ColorType
public SKColorType ColorType { get; }
Property Value
Height
public int Height { get; }
Property Value
PlatformColorType
public static SKColorType PlatformColorType { get; }
Property Value
RowBytes
public int RowBytes { get; }
Property Value
Width
public int Width { get; }