undo_enable


Description:

public bool undo_enable ()

Enable the image's undo stack.

This procedure enables the image's undo stack, allowing subsequent operations to store their undo steps. This is generally called in conjunction with undo_disable to temporarily disable an image undo stack.

Parameters:

this

The image.

Returns:

TRUE if the image undo has been enabled.