IGxImageList

Assembly: Drawing;

Description

The IGxImageList interface contains properties and methods that are used to work with the collection of images.

Inheritance Hierarchy

          IGxImageList

Comments

The interface does not support work with images with the 24 bit color depth. For correct work with the interface use 32-bit images.

Properties

  Property name Brief description
Count The Count property returns the number of the images in the collection.
Height The Height property determines the height of the images stored in the collection.
Item The Item property returns the graphic image of the specified icon.
Width The Width property determines the width of the images stored in the collection.

Methods

  Method name Brief description
Add The Add method adds an image to the collection.
AddIcon The method AddIcon adds an icon to the collection.
Clear The Clear methods clears the collection of images.
LoadFromFile The LoadFromFile method loads images to the collection from the file.
LoadFromStream The LoadFromStream method loads the image to the collection from the stream.
Remove The Remove method removes the image from the collection.
SaveToDoc The SaveToDoc method saves all images from the collection to the file.
SaveToStream The SaveToStream method saves all images from the collection to the stream.

See also:

Drawing Assembly Interfaces