Method Push
- Namespace
- SharpVectors.Renderers.Wpf
- Assembly
- SharpVectors.Rendering.Wpf.dll
Push(DrawingGroup)
Inserts an object at the top of the drawing stack.
public void Push(DrawingGroup item)
Parameters
item
DrawingGroupThe object to push onto the drawing stack. The value can be null for reference types.