Table of Contents

Interface IImageContainer

Namespace
Alternet.Drawing
Assembly
Alternet.UI.Common.dll

Defines methods and properties which allow to perform different operations with image containers.

public interface IImageContainer : IDisposable

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.

Remove(int)

Removes image with the specified index from the container.