EffectGroupBase Methods
The EffectGroupBase type exposes the following members.
| Name | Description | |
|---|---|---|
|
Clone |
Clone the image provider.
|
|
CreateImageWorker |
Create a worker that can perform image processing.
|
|
Dispose() |
Dispose the object.
|
|
Dispose(Boolean) |
Called by the Dispose() method.
|
|
Finalize |
Finalizer.
(Overrides Object::Finalize().) |
|
GetBitmapAsync | |
|
GetInfoAsync |
This method is no longer supported and should not be called. See remarks.
|
|
GetSources | |
|
Lock |
This method is no longer supported and should not be called. See remarks.
|
|
PreloadAsync |
This method is no longer supported and should not be called. See remarks.
|
|
PrepareGroup |
Prepares the internal structure of the effect group. Implementors should ensure that members are configured correctly in preparation for rendering.
|
|
SetSource |
Set a source by index.
|
|
ThrowIfDisposed |
Throw an ObjectDisposedException if this object has been disposed.
|
| Name | Description | |
|---|---|---|
|
AsAnimationFrame |
Returns an AnimationFrame with the specified IImageProvider as its source and the specified frame duration.
(Defined by ImageProviderExtensions.) |
|
Then<TImageConsumer> |
Enables a fluid way of chaining multiple IImageProvider objects and IImageConsumer objects. (Defined by ImageProviderExtensions.) |
Show: