GxImageList

Description

The GxImageList class implements the object that provides the work with the collection of images.

Class object properties inherited from IGxImageList

  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.

Class object methods inherited from IGxImageList

  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 Classes