
ImageBuffer.Item Property |
|||||||||||||||||
| Gets or sets bytes in the image data of this ImageBuffer | |||||||||||||||||
| Syntax: | [VB.NET] [C#] |
||||||||||||||||
|
|||||||||||||||||
| Remarks: | The image data is stored bottom-up: the bottom line has line index 0; the bottom left pixel has byte index 0. The bytes per pixel depend on the color format of this ImageBuffer. |
||||||||||||||||
| Example: | The following example shows how to access the image data by addressing the bytes of the image buffer. It adds brightness to the image. [VB.NET] [C#] The other access variant of specifying a line and a byte in the line is shown in the following example. It inverts an image buffer. [VB.NET] [C#] |
||||||||||||||||
| See also: | ImageBuffer, ImageBuffer.Lines, ImageBuffer.PixelPerLine, ImageBuffer.BitsPerPixel | ||||||||||||||||