HeadlessVncFramebufferSource Class
Definition
public class HeadlessVncFramebufferSource
Constructors
| Name | Description |
|---|---|
| HeadlessVncFramebufferSource | No summary available. |
HeadlessVncFramebufferSource Constructor
public HeadlessVncFramebufferSource(RemoteViewing.Vnc.Server.VncServerSession session, Avalonia.Controls.Window window)
Parameters
session RemoteViewing.Vnc.Server.VncServerSession
window Avalonia.Controls.Window
Methods
| Name | Description |
|---|---|
| Capture | No summary available. |
| SetDesktopSize | No summary available. |
Capture Method
public RemoteViewing.Vnc.VncFramebuffer Capture()
Returns
RemoteViewing.Vnc.VncFramebuffer
SetDesktopSize Method
public RemoteViewing.Vnc.ExtendedDesktopSizeStatus SetDesktopSize(int width, int height)
Parameters
width int
height int
Returns
RemoteViewing.Vnc.ExtendedDesktopSizeStatus
Properties
| Name | Description |
|---|---|
| SupportsResizing | No summary available. |
| Window | No summary available. |
SupportsResizing Property
public bool SupportsResizing { get; set; }
Window Property
public Avalonia.Controls.Window Window { get; set; }
Fields
| Name | Description |
|---|---|
| _framebuffer | No summary available. |
_framebuffer Field
public RemoteViewing.Vnc.VncFramebuffer _framebuffer