Method FlipVertical
FlipVertical()
Flips the image vertically (mirrors top to bottom).
public ImageBuffer FlipVertical()
Returns
- ImageBuffer
A new ImageBuffer containing the vertically flipped image.
Exceptions
- InvalidOperationException
Thrown if the flip operation fails.
- ObjectDisposedException
Thrown if this instance has been disposed.