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