| Name | Description | |
|---|---|---|
![]() | Close | Closes this PixelManipulator. |
![]() ![]() | CreateReadonly | Creates new PixelManipulator for specified image and locks pixels in BitmapLockMode.Read mode. |
![]() | Dispose | Disposes all resources used by this PixelManipulator. |
![]() | GetPixelArgbColor | Returns the color of the specified pixel in this PixelManipulator. |
![]() | GetPixelColor | Returns the color of the specified pixel in this PixelManipulator. |
![]() | LockPixels | Locks pixels of the source image into system memory. |
![]() | LockPixelsForSerialAccess | Overloaded. Locks pixels of the source image into system memory. |
![]() | Read1BppRowTo8BppData | Reads the 1-bpp row to a 8-bpp buffer. |
![]() | ReadRow | Reads the row data into buffer. |
![]() | ReadRowAndMoveToNext | Reads the row data into buffer and move pointer to next row. |
![]() | ReadRowData | Overloaded. Reads the data of specified row. |
![]() | ReadRowDataUnsafe | Overloaded. Writes the part of row data without check of parameters for correct values. |
![]() | SetPixelArgbColor | Sets the color of the specified pixel in this PixelManipulator. |
![]() | SetPixelColor | Sets the color of the specified pixel in this PixelManipulator. |
![]() | TryReadRow | Reads the row data into buffer. |
![]() | TryReadRowAndMoveToNext | Reads the row data into buffer and move pointer to next row. |
![]() | UnlockPixels | Unlocks pixels of the source image from system memory. |
![]() | Write1BppRowFrom8BppData | Writes 1-bpp row from a 8-bpp buffer. |
![]() | WriteRow | Writes the row data from buffer to image data. |
![]() | WriteRowAndMoveToNext | Overloaded. Writes the row data from buffer to image data and move pointer to next row. |
![]() | WriteRowData | Overloaded. Writes the row data. |
![]() | WriteRowDataUnsafe | Overloaded. Writes the row data without check of parameters for correct values. |


