Class: pbsw_O2D_DrawStack |
Superclass: None |
Interfaces: None |
A class that stores one or more states of an Object2D object, and is used to restore previous state(s)
|
Methods |
RestoreState(theObject as Object2D) [Public] |
|
1. Restores the drawing state of "theObject" from the last saved state on the stack
2. Removes the last state from the stack
|
|
SaveState(theObject as Object2D) [Public] |
|
Stores the drawing state of "theObject" on the stack
|
|
|
|