Skip to main content

UseRetainedFramebuffer Property

Retain window framebuffer contents if using CPU rendering mode. This will keep an offscreen bitmap for each window with contents of the previous frame While improving performance by saving a blit, it will increase memory consumption if you have many windows

Definition

Namespace: Avalonia
Assembly: Avalonia.X11 (in Avalonia.X11.dll)

public bool? UseRetainedFramebuffer { get; set; }

Property Value

Nullable(Boolean)

See Also

Reference

X11PlatformOptions Class
Avalonia Namespace