Method Peek
- Namespace
- SharpVectors.Renderers.Wpf
- Assembly
- SharpVectors.Rendering.Wpf.dll
Peek()
Returns the object at the top of the drawing stack without removing it.
public DrawingGroup Peek()
Returns
- DrawingGroup
The object at the top of the drawing stack.
Exceptions
- InvalidOperationException
The drawing stack is empty.