ImageTaskBaseTFlipHorizontal Method
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.
Namespace: GleamTech.ImageUltimateAssembly: GleamTech.ImageUltimate (in GleamTech.ImageUltimate.dll) Version: 6.2.0
public T FlipHorizontal()
Public Function FlipHorizontal As T
Return Value
TThe same instance of this class.