Method Pop
- Namespace
- SharpVectors.Renderers.Wpf
- Assembly
- SharpVectors.Rendering.Wpf.dll
Pop()
Removes and returns the object at the top of the drawing stack.
public DrawingGroup Pop()Returns
- DrawingGroup
- The object removed from the top of the drawing stack. 
Exceptions
- InvalidOperationException
- The drawing stack is empty.