Table of Contents

Interface ILockedFramebuffer

Namespace
Avalonia.Platform
Assembly
Avalonia.Base.dll
public interface ILockedFramebuffer : IDisposable
Inherited Members

Properties

Address

Address of the first pixel

nint Address { get; }

Property Value

nint

Dpi

DPI of underling screen

Vector Dpi { get; }

Property Value

Vector

Format

Pixel format

PixelFormat Format { get; }

Property Value

PixelFormat

RowBytes

Number of bytes per row

int RowBytes { get; }

Property Value

int

Size

Gets the framebuffer size in device pixels.

PixelSize Size { get; }

Property Value

PixelSize