Click or drag to resize

BitmapPixels Property

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.13.0
Syntax
C#
public IReadOnlyList<byte> Pixels { get; }

Property Value

Type: IReadOnlyListByte
A read-only byte array that contains the pre-multiplied pixels of the binary image.
See Also