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 SourceAddress
Gets the address of the first pixel.
Declaration
IntPtr Address { get; }
Property Value
Type | Description |
---|---|
IntPtr |
Format
Gets the format of how the pixels are represented in memory.
Declaration
PixelFormat Format { get; }
Property Value
Type | Description |
---|---|
PixelFormat |
HorizontalDpi
Gets the horizontal DPI of the underlying screen.
Declaration
double HorizontalDpi { get; }
Property Value
Type | Description |
---|---|
System.Double |
Size
Gets the framebuffer size in device pixels.
Declaration
Size Size { get; }
Property Value
Type | Description |
---|---|
Size |
VerticalDpi
Gets the vertical DPI of the underlying screen.
Declaration
double VerticalDpi { get; }
Property Value
Type | Description |
---|---|
System.Double |