MergedImageSource Properties |
The MergedImageSource type exposes the following members.
Name | Description | |
---|---|---|
ActiveImages |
Gets the active images.
(Inherited from ImageSource.) | |
Count | Returns the total number of images in the image source. (Inherited from RandomAccessImageSource.) | |
CulledImages |
Gets the culled images.
(Inherited from ImageSource.) | |
Current | Returns the index of the current image. (Inherited from ImageSource.) | |
ImmediateUnload | Determines if an image should be unloaded from memory immediately. (Inherited from ImageSource.) | |
Item | Acquires the image at location i within the image source and returns it. (Inherited from RandomAccessImageSource.) | |
MemoryInUse | Returns an estimate of the number of bytes of memory currently in use by images in this
ImageSource. (Inherited from ImageSource.) | |
MemoryLimit | This sets the limit for memory usage for this ImageSource. If memory usage goes beyond
this, images will be dropped from memory until memory usage is below the limit. (Inherited from ImageSource.) | |
TotalImages | Returns the total number of available images in this ImageSource. (Inherited from ImageSource.) | |
TotalImagesKnown | Gets a value indicating whether or not the total number of images in this image source can be known. (Inherited from ImageSource.) |