VintaSoft Imaging .NET SDK 14.1: Documentation for .NET developer
Vintasoft.Imaging.Undo Namespace / CompositeUndoManager Class / Undo Methods / Undo(Int32) Method
Syntax Requirements SeeAlso
In This Topic
    Undo(Int32) Method (CompositeUndoManager)
    In This Topic
    Undoes the several changes in object(s).
    Syntax
    'Declaration
    
    Public Overloads Overrides Sub Undo( _
    ByVal steps
    Count of backward steps.
    As System.Int32 _
    )
    public override void Undo(
    System.Int32 steps
    )
    public: void Undo(
    System.Int32 steps
    ); override
    public:
    void Undo(
    System.Int32 steps
    ); override

    Parameters

    steps
    Count of backward steps.
    Requirements

    Target Platforms: .NET9; .NET 8; .NET 7; .NET 6; .NET Framework 4.8, 4.7, 4.6, 4.5, 4.0, 3.5

    See Also