VintaSoft Imaging .NET SDK 15.1: Documentation for .NET developer
Vintasoft.Imaging.Undo Namespace / UndoManager Class / Redo Methods / Redo(Int32) Method
Syntax Requirements SeeAlso
In This Topic
Redo(Int32) Method (UndoManager)
In This Topic
Redos the several changes in object(s).
Syntax
'Declaration

Public Overloads Overridable Sub Redo( _
ByVal steps
Count of forward steps.
As System.Int32 _
)
public virtual void Redo(
System.Int32 steps
)

Parameters

steps
Count of forward steps.
Requirements

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

See Also