Table of Contents

Method RemoveStickyImage

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

RemoveStickyImage(string)

Removes a sticky image by ID.

public IStickyImage RemoveStickyImage(string id)

Parameters

id string

The sticky-image ID.

Returns

IStickyImage

The removed sticky image, or null when none matches.