Interface IPostRendererEffect
public interface IPostRendererEffect : ISkiaEffect, ICanBeUpdatedWithContext, ICanBeUpdated
- Inherited Members
- Extension Methods
Properties
AquiredBackground
True once the Once-mode snapshot has been captured. Reset to false to re-capture.
bool AquiredBackground { get; set; }
Property Value
UseBackground
Controls how/when the background texture is captured. Default is Always.
PostRendererEffectUseBackgroud UseBackground { get; set; }
Property Value
Methods
Render(DrawingContext)
void Render(DrawingContext ctx)
Parameters
ctxDrawingContext