Table of Contents

Method Contains

Namespace
SharpVectors.Renderers.Wpf
Assembly
SharpVectors.Rendering.Wpf.dll

Contains(DrawingGroup)

Determines whether an element is in the drawing stack.

public bool Contains(DrawingGroup item)

Parameters

item DrawingGroup

The object to locate in the drawing stack. The value can be null for reference types.

Returns

bool

true if item is found in the drawing stack; otherwise, false.