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.
Namespace:
DotNetBrowser.Ui
Assembly:
DotNetBrowser (in DotNetBrowser.dll) Version: 2.23.2
Syntax public IReadOnlyList<byte> Pixels { get; }
Property Value
Type:
IReadOnlyListByteA read-only byte array that contains the pre-multiplied pixels of the binary image.
See Also