DrawingContext.push

Save the current state of the graphics context, including the attribute settings and the current set of primitives. Use the pop primitive to restore the state.

class DrawingContext
void
push
(
)

Meta