ILockedFramebuffer Interface

Definition

Namespace: Avalonia.Platform
Assembly: Avalonia.Base (in Avalonia.Base.dll) Version: 11.3.999
public interface ILockedFramebuffer : IDisposable
Implements
IDisposable

Properties

Address Address of the first pixel
Dpi DPI of underling screen
Format Pixel format
RowBytes Number of bytes per row
Size Gets the framebuffer size in device pixels.

Methods

DisposePerforms application-defined tasks associated with freeing, releasing, or resetting unmanaged resources.
(Inherited from IDisposable)

See Also