The Bitmap type exposes the following members.
Properties
| Name | Description |
---|
| 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.
|
TopSee Also