FbdevOutput(String, Nullable<PixelFormat>) Constructor
Create a Linux frame buffer device output
Definition
Namespace: Avalonia.LinuxFramebuffer
Assembly: Avalonia.LinuxFramebuffer (in Avalonia.LinuxFramebuffer.dll)
- C#
- VB
- F#
public FbdevOutput(
string fileName,
PixelFormat? format
)
Public Sub New (
fileName As String,
format As PixelFormat?
)
new :
fileName : string *
format : Nullable<PixelFormat> -> FbdevOutput
Parameters
- String
- The frame buffer device name. Defaults to the value in environment variable FRAMEBUFFER or /dev/fb0 when FRAMEBUFFER is not set
- Nullable(PixelFormat)
- The required pixel format for the frame buffer. A null value will leave the frame buffer in the current pixel format. Otherwise sets the frame buffer to the required format
See Also
Reference
FbdevOutput Class
FbdevOutput Overload
Avalonia.LinuxFramebuffer Namespace