Class RfbRenderTarget
A control that provides access to a target framebuffer for rendering frames onto it.
Inheritance
System.Object
RfbRenderTarget
Assembly: MarcusW.VncClient.Avalonia.dll
Syntax
public class RfbRenderTarget : Control, IRenderTarget, IDisposable
Methods
|
Improve this Doc
View Source
Dispose()
Declaration
|
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
|
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
IDisposable