ScaleEffect Members
Include Protected Members
Include Inherited Members
The ScaleEffect type exposes the following members.
Constructors
Name | Description | |
---|---|---|
ScaleEffect() |
Creates a new Scale effect that is initialized with default values.
|
|
ScaleEffect(Double) |
Creates and initializes a new ScaleEffect with the specified scale factor.
|
|
ScaleEffect(IImageProvider) |
Creates a new Scale effect that is initialized with default values and the provided image source.
|
|
ScaleEffect(IImageProvider, Double) |
Creates a new Scale effect that is initialized with the provided image source and scale.
|
Methods
Name | Description | |
---|---|---|
Clone |
Clone the image provider.
|
|
CreateImageWorker |
Create a worker that can perform image processing.
|
|
GetBitmapAsync | ||
GetInfoAsync |
This method is no longer supported and should not be called. See remarks.
|
|
GetSources | ||
Lock | ||
MapInputSizeToOutputSize |
Maps the size of one of the effect's inputs to an output size.
|
|
MapOutputSizeToInputSize |
Maps the effect's output size to the desired size of one its the inputs.
|
|
PreloadAsync |
This method is no longer supported and should not be called. See remarks.
|
|
SetSource |
Set a source by index.
|
Extension Methods
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.) |
Properties
Name | Description | |
---|---|---|
PropertyDescriptions | ||
Scale | ||
Source |
The IImageProvider that will be used as source.
|
|
SourceCount |
The number of sources that can be set.
|
|
SupportedRenderOptions |
Supported rendering options.
|