ImageEdit.Reset() Method
In This Article
Resets the edit image to the initial state.
Namespace: DevExpress.Maui.Editors
Assembly: DevExpress.Maui.Editors.dll
NuGet Package: DevExpress.Maui.Editors
#Declaration
C#
public void Reset()
#Remarks
When an image is modified, you can use the Reset
method to reset changes and restore the image.
See Also