Overload List

NameDescription
SaveSnapshot(String)

Saves all images, caches, texts and thumbnails size in the specified stream or file.

This is useful to create caching mechanism like Windows .db files, to load quickly an entire directory of images.

You can reload a saved snapshot using LoadSnapshot.

It is like SaveSnapshot with saveCache=true and compressed=false.

SaveSnapshot(String, Boolean, Boolean)

Saves all images, caches, texts and thumbnails size in the specified stream or file.

This is useful to create caching mechanism like Windows .db files, to load quickly an entire directory of images.

You can reload a saved snapshot using LoadSnapshot.

SaveSnapshot(String, Boolean, Boolean, Boolean)

Saves all images, caches, texts and thumbnails size in the specified stream or file.

This is useful to create caching mechanism like Windows .db files, to load quickly an entire directory of images.

You can reload a saved snapshot using LoadSnapshot.

See Also