Table of Contents

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 DrawingGroup

The object to push onto the drawing stack. The value can be null for reference types.