src/Linux/Avalonia.LinuxFramebuffer/Output/IOutputBackend.cs (8 lines of code) (raw):

namespace Avalonia.LinuxFramebuffer.Output { public interface IOutputBackend { PixelSize PixelSize { get; } double Scaling { get; set; } } }