Table of Contents

Class Bitmap

Namespace
DotNetBrowser.Ui
Assembly
DotNetBrowser.dll

Represents a binary image that consists of an image size and a byte array that contains the pre-multiplied image pixels in the BGRA format.

public sealed class Bitmap
Inheritance
Bitmap
Inherited Members
Extension Methods

Properties

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.

Size

Gets the size of this bitmap instance.