IGxGraphics.RestoreState

Syntax

RestoreState(Value: Integer);

Parameters

Value. Index of the saved state of the graphic object.

Description

The RestoreState method restores the graphic object from the stack.

The state of the graphic object is saved by the SaveState method.

Example

The example of use is given in description of the IGxGraphics.SaveState method.

See also:

IGxGraphics