IndirectionImageSource Methods |
The IndirectionImageSource type exposes the following members.
Name | Description | |
---|---|---|
![]() | Acquire(Int32) | Obsolete. This method has been deprecated. Use ReAcquire(AtalaImage) instead. (Inherited from ImageSource.) |
![]() | Acquire(AtalaImage) | Obsolete. This method has been deprecated. Use ReAcquire(AtalaImage) instead.
(Inherited from ImageSource.) |
![]() | AcquireNext | Acquire the next available image from the ImageSource. (Inherited from ImageSource.) |
![]() | Add(AtalaImage) | Adds an AtalaImage to the end of the image source. |
![]() | Add(Stream, Int32) | Adds an image to the end of the image source from a stream. |
![]() | Add(String, Int32) | Adds an image to the end of the image source from a filename. |
![]() | AllImagesAreReleased |
Determines if all the images have been released.
(Inherited from ImageSource.) |
![]() | Clear | Removes all items from the image source. |
![]() | ContainsImage |
Determines whether this ImageSource contains the specified image.
(Inherited from ImageSource.) |
![]() | CullNode |
Culls the node from the ImageSource
(Inherited from ImageSource.) |
![]() | CullReleasedImages |
Culls all released images.
(Inherited from ImageSource.) |
![]() | Dispose() | Free up resources used by this ImageSource (Inherited from ImageSource.) |
![]() | Dispose(Boolean) |
Releases unmanaged and - optionally - managed resources.
(Overrides ImageSource.Dispose(Boolean).) |
![]() | Equals | Determines whether the specified object is equal to the current object. (Inherited from Object.) |
![]() | Finalize |
Finalizes an instance of the ImageSource class.
(Inherited from ImageSource.) |
![]() | Find |
Finds the specified image.
(Inherited from ImageSource.) |
![]() | Flush | Flush all released images out of memory. (Inherited from ImageSource.) |
![]() | GetHashCode | Serves as the default hash function. (Inherited from Object.) |
![]() | GetObjectData |
Populates a SerializationInfo with the data needed to serialize the target object.
(Inherited from RandomAccessImageSource.) |
![]() | GetType | Gets the Type of the current instance. (Inherited from Object.) |
![]() | HasMoreImages | Determines if there are more images to load. (Inherited from ImageSource.) |
![]() | Insert(Int32, AtalaImage) |
Inserts the image at the specified index.
|
![]() | Insert(Int32, Stream, Int32) | Adds or inserts one or more images from a stream. |
![]() | Insert(Int32, String, Int32) | Adds or inserts one or more images from a file. |
![]() | LowLevelAcquire |
Performs an acquire of an indexed image.
(Overrides RandomAccessImageSource.LowLevelAcquire(Int32).) |
![]() | LowLevelAcquireNextImage |
Lows level implementation to acquire next image.
(Overrides ImageSource.LowLevelAcquireNextImage().) |
![]() | LowLevelDispose |
Lows level implementation to dispose the ImageSource.
(Overrides ImageSource.LowLevelDispose().) |
![]() | LowLevelFlushOnReset |
Lows level implementation to determine if there should be a flush on reset.
(Overrides ImageSource.LowLevelFlushOnReset().) |
![]() | LowLevelHasMoreImages |
Lows level implementation to determine if the ImageSource has more images.
(Overrides ImageSource.LowLevelHasMoreImages().) |
![]() | LowLevelReplaceImage |
Lows level implementation to replace an image.
(Overrides ImageSource.LowLevelReplaceImage(ImageSourceNode, AtalaImage).) |
![]() | LowLevelReset |
Lows level implementation of reset.
(Overrides ImageSource.LowLevelReset().) |
![]() | LowLevelSkipNextImage |
Lows level implementation to skip next image.
(Overrides ImageSource.LowLevelSkipNextImage().) |
![]() | LowLevelTotalImages |
Lows level implementation that returns the total number of images.
(Overrides ImageSource.LowLevelTotalImages().) |
![]() | LowLevelTotalImagesKnown |
Returns if the total images is known.
(Inherited from RandomAccessImageSource.) |
![]() | MemberwiseClone | Creates a shallow copy of the current Object. (Inherited from Object.) |
![]() | NotifyChangedImage(AtalaImage) | This method is used to inform an ImageSource that one of its current acquired images has changed. (Inherited from ImageSource.) |
![]() | NotifyChangedImage(AtalaImage, AtalaImage) | This method is used to inform an ImageSource that one of its current acquired images has changed.
(Inherited from ImageSource.) |
![]() | OnChangedImage |
Raises the [E:ChangedImage] event.
(Inherited from ImageSource.) |
![]() | OnNodeIndexSet | Called when the index of a node is modified. (Overrides RandomAccessImageSource.OnNodeIndexSet(ImageSourceNode).) |
![]() | OnReleasing |
Called when Release(AtalaImage) was performed on an ImageSourceNode.
(Overrides ImageSource.OnReleasing(ReleasingImageSourceNodeEventArgs).) |
![]() | ReAcquire(Int32) |
Acquire a previous image by index.
(Overrides ImageSource.ReAcquire(Int32).) |
![]() | ReAcquire(AtalaImage) | Acquire an AtalaImage that has been previously acquired. (Inherited from ImageSource.) |
![]() | Release | Release a previously acquired image. (Inherited from ImageSource.) |
![]() | ReleaseChangedImage(AtalaImage) | Release an image that has changed, notifying other clients that the image has changed. (Inherited from ImageSource.) |
![]() | ReleaseChangedImage(AtalaImage, AtalaImage) | Release an image that has changed, notifying other clients that the image has changed. (Inherited from ImageSource.) |
![]() | RemoveAt | Removes an image from the IndirectionImageSource at the specified index. |
![]() | ReorderIndex | Moves one item to a different position within the IndirectionImageSource. |
![]() | Reset | Resets the ImageSource to start over again. (Inherited from ImageSource.) |
![]() | ToString | Returns a string that represents the current object. (Inherited from Object.) |