Table of Contents

Class CompositionOptions

Namespace
Avalonia.Rendering.Composition
Assembly
Avalonia.Base.dll
public class CompositionOptions
Inheritance
CompositionOptions
Inherited Members

Constructors

CompositionOptions()

public CompositionOptions()

Properties

UseRegionDirtyRectClipping

Enables more accurate tracking of dirty rects by utilizing regions if supported by the underlying drawing context

public bool? UseRegionDirtyRectClipping { get; set; }

Property Value

bool?

UseSaveLayerRootClip

Enforces dirty contents to be rendered into an extra intermediate surface before being applied onto the saved frame. Required as a workaround for Skia bug https://issues.skia.org/issues/327877721

public bool? UseSaveLayerRootClip { get; set; }

Property Value

bool?