Show / Hide Table of Contents

Interface IFramebufferReference

A reference to the native framebuffer of the target device. Should be disposed after rendering is finished.

Namespace: MarcusW.VncClient.Rendering
Assembly: MarcusW.VncClient.dll
Syntax
public interface IFramebufferReference : IDisposable

Properties

| Improve this Doc View Source

Address

Gets the address of the first pixel.

Declaration
IntPtr Address { get; }
Property Value
Type Description
IntPtr
| Improve this Doc View Source

Format

Gets the format of how the pixels are represented in memory.

Declaration
PixelFormat Format { get; }
Property Value
Type Description
PixelFormat
| Improve this Doc View Source

HorizontalDpi

Gets the horizontal DPI of the underlying screen.

Declaration
double HorizontalDpi { get; }
Property Value
Type Description
System.Double
| Improve this Doc View Source

Size

Gets the framebuffer size in device pixels.

Declaration
Size Size { get; }
Property Value
Type Description
Size
| Improve this Doc View Source

VerticalDpi

Gets the vertical DPI of the underlying screen.

Declaration
double VerticalDpi { get; }
Property Value
Type Description
System.Double
  • Improve this Doc
  • View Source
In This Article
Back to top Generated by DocFX