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
GetPixelColorF(int, int)
public SKColorF GetPixelColorF(int x, int y)
Parameters
x int
y int
Returns
GetPixels()
public nint GetPixels()