ReframingEffect Members
Include Protected Members
Include Inherited Members
The ReframingEffect type exposes the following members.
Constructors
Name | Description | |
---|---|---|
ReframingEffect() |
Creates and initializes a new Reframing effect.
|
|
ReframingEffect(IImageProvider) |
Creates and initializes a new Reframing effect that uses the provided image source.
|
|
ReframingEffect(Rect, Double) |
Creates and initializes a new ReframingEffect with a default pivot point and specified reframing area and angle of rotation.
|
|
ReframingEffect(Rect, Double, Point) |
Creates and initializes a new ReframingEffect with specified reframing area, angle of rotation, and pivot point.
|
|
ReframingEffect(IImageProvider, Rect, Double, Point) |
Creates and initializes a new ReframingEffect with the provided image source reframing area, angle of rotation, and pivot point.
|
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 | ||
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 | |
---|---|---|
Angle |
Rotation of the reframing area clockwise around its top-left corner in degrees.
RemarksDefault is 0. |
|
PivotPoint |
The point around which rotation is done. Expressed in the unit coordinate space of the reframing area, i.e., the top left corner of the reframing area is at (0.0), and the bottom right corner is at (1, 1).
Default is (0.5, 0.5), the center of the reframing area. |
|
PropertyDescriptions | ||
ReframingArea |
Rectangle describing the position and size of the reframing area.
The coordinates are relative to the current coordinate system, which may be affected by preceding effects. |
|
Source |
The IImageProvider that will be used as source.
|
|
SourceCount |
The number of sources that can be set.
|
|
SupportedRenderOptions |
Supported rendering options.
|