Method FlipHorizontal
FlipHorizontal()
Flips the image horizontally (mirrors left to right).
public ImageBuffer FlipHorizontal()
Returns
- ImageBuffer
A new ImageBuffer containing the horizontally flipped image.
Exceptions
- InvalidOperationException
Thrown if the flip operation fails.
- ObjectDisposedException
Thrown if this instance has been disposed.