Table of Contents

Class AlphaImageList

Namespace
Alternet.Common
Assembly
Alternet.Common.v9.dll

Provides methods to manage a collection of Image objects with alpha transparency.

public class AlphaImageList : IDisposable
Inheritance
AlphaImageList
Implements

Constructors

AlphaImageList(IEnumerable<Image>)

Initializes a new instance of the AlphaImageList class with specified image list.

AlphaImageList(IEnumerable<Image>, Size)

Initializes a new instance of the AlphaImageList class with specified parameters.

AlphaImageList(Image)

Initializes a new instance of the AlphaImageList class with specified image strip.

AlphaImageList(Image, int)

Initializes a new instance of the AlphaImageList class with specified image strip.

Properties

ImageSize

Gets the size of the images in the image list.

Images

Gets the read-only list of images stored in this AlphaImageList.

Methods

Dispose()

Disposes this AlphaImageList and frees resources associated with it.

Dispose(bool)
Draw(Graphics, int, int, int)

Draws an image on the specified graphic surface at the location specified by a coordinate pair.