ILockedFramebuffer Interface
Namespace: Avalonia.PlatformAssembly: Avalonia.Base (in Avalonia.Base.dll) Version: 11.3.999
public interface ILockedFramebuffer : IDisposable
Public Interface ILockedFramebuffer
Inherits IDisposable
type ILockedFramebuffer =
interface
interface IDisposable
end
- Implements
- IDisposable
| 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.
|
| Dispose | Performs application-defined tasks associated with freeing, releasing, or resetting unmanaged resources. (Inherited from IDisposable) |