FbdevOutput(String) 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 = null
)
Public Sub New (
Optional fileName As String = Nothing
)
new :
?fileName : string
(* Defaults:
let _fileName = defaultArg fileName null
*)
-> FbdevOutput
Parameters
- String (Optional)
- The frame buffer device name. Defaults to the value in environment variable FRAMEBUFFER or /dev/fb0 when FRAMEBUFFER is not set
See Also
Reference
FbdevOutput Class
FbdevOutput Overload
Avalonia.LinuxFramebuffer Namespace