Table of Contents

Method AddStickyNote

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

AddStickyNote(IStickyNote)

Adds a sticky note to the graph canvas state.

public virtual void AddStickyNote(IStickyNote n)

Parameters

n IStickyNote

The sticky note to add.

Exceptions

ArgumentException

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