Table of Contents

Property Pixels

Namespace
DotNetBrowser.Ui
Assembly
DotNetBrowser.dll

Pixels

Gets a read-only byte array that contains the pre-multiplied pixels of the binary image. Each pixel allocates 4 bytes in the BGRA format.

public IReadOnlyList<byte> Pixels { get; }

Property Value

IReadOnlyList<byte>

A read-only byte array that contains the pre-multiplied pixels of the binary image.