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

    Parameters

    steps
    Count of forward 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