PixelManipulator Class Members
In This Topic
The following tables list the members exposed by
PixelManipulator.
Public Properties
| Name | Description |
 | EndOfSerialData | Gets a value indicating whether the end of image data is arrived (for serial access). |
 | Image | Gets the source image of this pixel manipulator. |
 | LockPixelFormat | Gets the pixel format for locked pixels. |
 | LockRect | Gets the locked rectangle on the image. |
 | RowWidthInBytes | Gets a row width, in bytes. |
 | Scan0 | Gets the address of the first pixel data in the bitmap. |
 | SerialBuffer | Gets or sets buffer that used for the serial access. |
 | Stride | Gets the stride width (also called scan width), in bytes, of the locked image region. |
 | StrideLength | Gets the absolute value of stride width (also called scan width), in bytes, of the locked image region. |
Public Methods
Protected Methods
See Also