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)
- C#
- VB
- F#
public bool? UseRetainedFramebuffer { get; set; }
Public Property UseRetainedFramebuffer As Boolean?
Get
Set
member UseRetainedFramebuffer : Nullable<bool> with get, set