Table of Contents

Method AddStickyImage

Namespace
Pinwheel.Vista.Graph
Assembly
Pinwheel.Vista.Runtime.dll

AddStickyImage(IStickyImage)

Adds a sticky image to the graph canvas state.

public virtual void AddStickyImage(IStickyImage i)

Parameters

i IStickyImage

The sticky image to add.

Exceptions

ArgumentException

Thrown when the sticky image's ID collides with an existing graph element.