DbImageSource Properties |
The DbImageSource 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.) | |
DbAccessor | The accessor used to get to the database. This class supports changing the accessor, but if you change
anything about the connected accessor, you are responsible for calling Reset() on the image source. | |
DoAllFrames | Whether to include all of the frames as individual images in the source. | |
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.) |