Method AddStickyNote
AddStickyNote(IStickyNote)
Adds a sticky note to the graph canvas state.
public virtual void AddStickyNote(IStickyNote n)
Parameters
nIStickyNoteThe sticky note to add.
Exceptions
- ArgumentException
Thrown when the sticky note's ID collides with an existing graph element.