CMPImageList Class

Handler for all image data

Definition

Namespace: PCBI
Assembly: PCB-Investigator (in PCB-Investigator.exe) Version: 0
C#
[SerializableAttribute]
public class CMPImageList : IDisposable
Inheritance
Object    CMPImageList
Implements
IDisposable

Constructors

CMPImageList Init new instance of the image data list

Methods

AddOrOverwrite add new or update image data data
Dispose remove resources and clear lists
GetAllImages get a list with all image data in this instance.
GetImageData find name in image list and get it (or null if not available)
GetOrCreateImage add the new image, maybe change the name with _counter
Remove remove single image from the image list.
Save save the image data list as db in misc directory

See Also