LockedFramebuffer.

LockedFramebuffer(IntPtr, PixelSize, int, Vector, PixelFormat, Action) Constructor

Namespace
Avalonia.Platform
Containing Type
LockedFramebuffer

Syntax

public LockedFramebuffer(IntPtr address, PixelSize size, int rowBytes, Vector dpi, PixelFormat format, Action onDispose)

Parameters

Name Type Description
address IntPtr
size PixelSize
rowBytes int
dpi Vector
format PixelFormat
onDispose Action

Return Value

Type Description
void