Class DummyImageContainer
Dummy implementation of the IImageContainer interface.
public class DummyImageContainer : DisposableObject, IBaseObject, IDisposableObject, IImageContainer, IDisposable
- Inheritance
-
DummyImageContainer
- Implements
- Derived
Properties
- IsDummy
Gets whether this object is dummy and does nothing.
- IsOk
Gets whether this object is ok.
- IsReadOnly
Gets whether this object is readonly.
Methods
- Add(Image)
Adds image to the container.
- Clear()
Removes all images from the container.
- LoadFromStream(Stream)
Loads image from stream and adds it to the container.
- Remove(int)
Removes image with the specified index from the container.