ImageEdit.FlipHorizontal() Method
In This Article
Flips the edit image horizontally (swap left and right).
Namespace: DevExpress.Maui.Editors
Assembly: DevExpress.Maui.Editors.dll
NuGet Package: DevExpress.Maui.Editors
#Declaration
C#
public void FlipHorizontal()
#Remarks
Use the FlipVertical() method to flip the edit image vertically.
See Also