ImageTaskBase<T>.FlipHorizontal Method
Definition
- Namespace
- GleamTech.ImageUltimate
- Assembly
- GleamTech.ImageUltimate.dll
Flips the current image horizontally. The image will be mirrored from left to right. The command is added to the chain and not executed until the actual processing is done.
public T FlipHorizontal()
Returns
- T
The same instance of this class.