Show / Hide Table of Contents

Class RfbRenderTarget

A control that provides access to a target framebuffer for rendering frames onto it.

Inheritance
System.Object
RfbRenderTarget
VncView
Implements
IRenderTarget
IDisposable
Namespace: MarcusW.VncClient.Avalonia
Assembly: MarcusW.VncClient.Avalonia.dll
Syntax
public class RfbRenderTarget : Control, IRenderTarget, IDisposable
Remarks

This control ignores the VNC multi-screen feature and therefore renders all screens (the whole framebuffer) in one piece.

Methods

| Improve this Doc View Source

Dispose()

Declaration
public void Dispose()
| Improve this Doc View Source

Dispose(Boolean)

Declaration
protected virtual void Dispose(bool disposing)
Parameters
Type Name Description
System.Boolean disposing
| Improve this Doc View Source

GrabFramebufferReference(Size, IImmutableSet<Screen>)

Declaration
public virtual IFramebufferReference GrabFramebufferReference(Size size, IImmutableSet<Screen> layout)
Parameters
Type Name Description
Size size
IImmutableSet<Screen> layout
Returns
Type Description
IFramebufferReference
| Improve this Doc View Source

MeasureOverride(Avalonia.Size)

Declaration
protected override Avalonia.Size MeasureOverride(Avalonia.Size availableSize)
Parameters
Type Name Description
Avalonia.Size availableSize
Returns
Type Description
Avalonia.Size
| Improve this Doc View Source

Render(DrawingContext)

Declaration
public override void Render(DrawingContext context)
Parameters
Type Name Description
DrawingContext context

Implements

IRenderTarget
IDisposable
  • Improve this Doc
  • View Source
In This Article
Back to top Generated by DocFX