ILockedFramebuffer Interface
Definition
Namespace: Avalonia.Platform
Assembly: Avalonia.Base (in Avalonia.Base.dll)
- C#
- VB
- F#
public interface ILockedFramebuffer : IDisposable
Public Interface ILockedFramebuffer
Inherits IDisposable
type ILockedFramebuffer =
interface
interface IDisposable
end
| 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
| Dispose() | Performs application-defined tasks associated with freeing, releasing, or resetting unmanaged resources. (Inherited from IDisposable) |