Class SKPixmap
Namespace: SkiaSharp
Assembly: VelloSharp.Skia.Core.dll
public sealed class SKPixmap
Inheritance
Inherited Members
object.Equals(object?), object.Equals(object?, object?), object.GetHashCode(), object.GetType(), object.ReferenceEquals(object?, object?), object.ToString()
Constructors
SKPixmap(SKImageInfo, byte[], int)
public SKPixmap(SKImageInfo info, byte[] pixels, int rowBytes)
Parameters
info
SKImageInfo
pixels
byte[]
rowBytes
int
Properties
Height
public int Height { get; }
Property Value
Info
public SKImageInfo Info { get; }
Property Value
RowBytes
public ulong RowBytes { get; }
Property Value
Width
public int Width { get; }
Property Value
Methods
GetPixels()
public nint GetPixels()