Skip to main content

ILockedFramebuffer Interface

Definition

Namespace: Avalonia.Platform
Assembly: Avalonia.Base (in Avalonia.Base.dll)

public interface ILockedFramebuffer : IDisposable
View Source
ImplementsIDisposable

Properties

AddressAddress of the first pixel
DpiDPI of underling screen
FormatPixel format
RowBytesNumber of bytes per row
SizeGets the framebuffer size in device pixels.

Methods

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

See Also

Reference

Avalonia.Platform Namespace