Table of Contents

Interface IPostRendererEffect

Namespace
DrawnUi.Draw
Assembly
DrawnUi.Maui.dll
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

bool

UseBackground

Controls how/when the background texture is captured. Default is Always.

PostRendererEffectUseBackgroud UseBackground { get; set; }

Property Value

PostRendererEffectUseBackgroud

Methods

Render(DrawingContext)

void Render(DrawingContext ctx)

Parameters

ctx DrawingContext