IPipelineEffect Interface
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
The base interface
for all the builder effects to be used in a Windows.UI.Composition.CompositionBrush.
public interface IPipelineEffect
type IPipelineEffect = interface
Public Interface IPipelineEffect
- Derived
Properties
Brush |
Gets the current Windows.UI.Composition.CompositionBrush instance, if one is in use. |
Methods
AppendToBuilder(PipelineBuilder) |
Appends the current effect to the input PipelineBuilder instance. |
NotifyCompositionBrushInUse(CompositionBrush) |
Notifies that a given Windows.UI.Composition.CompositionBrush is now in use. |