ImageGear .NET v25.2 - Updated
ImageGear.Art Assembly / ImageGear.ART Namespace / ImGearARTHistory Class
Properties Methods Events


In This Topic
    ImGearARTHistory Class Members
    In This Topic

    The following tables list the members exposed by ImGearARTHistory.

    Public Properties
     NameDescription
    Public PropertyGets or sets a value indicating whether the history functionality is enabled.  
    Public PropertyGets a value indicating whether the grouping of history actions is active.  
    Public PropertyGets or sets a value indicating whether the selection history recording is enabled.  
    Public PropertyGets or sets a value indicating whether the z-order history recording is enabled.  
    Public PropertyGets or sets a value of the maximum count of Undo/Redo actions.  
    Public PropertyGets the count of available redo actions.  
    Public PropertyGets or sets a value indicating the Stream for action storing. If Stream == NULL the action will be stored in the memory.  
    Public PropertyGets the count of available undo actions.  
    Top
    Public Methods
     NameDescription
    Public MethodBegins group record of history actions. It allows to group multiple actions into a single undo/redo action.  
    Public MethodClears the undo/redo history.  
    Public MethodEnds group record of history actions.  
    Public MethodMakes redo the stored action.  
    Public MethodMakes undo the stored action.  
    Top
    Public Events
     NameDescription
    Public EventOccurs when the history is changed.  
    Top
    See Also