Click or drag to resize
CrossFadeEffect Class
[Win10_14393] Cross-fades (interpolates) between two images.
Inheritance Hierarchy
SystemObject
  Microsoft.Graphics.Canvas.EffectsCrossFadeEffect

Namespace:  Microsoft.Graphics.Canvas.Effects
Assembly:  Microsoft.Graphics.Canvas (in Microsoft.Graphics.Canvas.dll) Version: 0.0.0.0
Syntax
C#
public sealed class CrossFadeEffect : ICanvasEffect, 
	IGraphicsEffect, IGraphicsEffectSource, ICanvasImage, IDisposable

The CrossFadeEffect type exposes the following members.

Constructors
  NameDescription
Public methodCrossFadeEffect
[Win10_14393] Initializes a new instance of the CrossFadeEffect class.
Top
Properties
  NameDescription
Public propertyBufferPrecision
[Win10_14393] Specifies what precision to use for intermediate buffers when drawing this effect.
Public propertyCacheOutput
[Win10_14393] Enables caching the output from drawing this effect.
Public propertyCrossFade
[Win10_14393] Specifies the interpolation position between the two images. Default value 0.5, range 0 to 1.
Public propertyStatic memberIsSupported
Checks whether CrossFadeEffect is supported on the current operating system version.
Public propertyName
[Win10_14393] Attaches a user-defined name string to the effect.
Public propertySource1
[Win10_14393] Gets or sets the first input source for CrossFade effect.
Public propertySource2
[Win10_14393] Gets or sets the second input source for CrossFade effect.
Top
Methods
  NameDescription
Public methodDispose
[Win10_14393] Releases all resources used by the effect.
Public methodGetBounds(ICanvasResourceCreator)
[Win10_14393] Retrieves the bounds of this CrossFadeEffect.
Public methodGetBounds(ICanvasResourceCreator, Matrix3x2)
[Win10_14393] Retrieves the bounds of this CrossFadeEffect.
Public methodGetInvalidRectangles
[Win10_14393] Queries what regions of the effect output have changed since it was last drawn.
Public methodCode exampleGetRequiredSourceRectangle
[Win10_14393] Queries what part of an effect source image is needed to draw an output region.
Public methodGetRequiredSourceRectangles
[Win10_14393] Queries what parts of the effect source images are needed to draw an output region.
Public methodInvalidateSourceRectangle
[Win10_14393] Notifies the effect that one of its source images has changed.
Top
Remarks

This API is only available when running on Windows 10 build 14393 (Anniversary Update) or greater.

This Windows Runtime type corresponds to the D2D Cross Fade effect.

See Also